MS Access Vs MS Excel...

CDNWolf

Board Regular
Joined
Nov 14, 2010
Messages
71
Office Version
  1. 365
Platform
  1. Windows
Excuse my simple / uneducated question...

As I have never used MS Access can you use it like MS Excel in any way, formulas, lookups, etc..

I have been working on a quotation program with 500 rows per quote and I have been advised to use MS Access as it could facilitate my needs better than Excel...

Thank you in advance for your replies...
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Acces is an excellent large-data handler.
However, what you have in excel will not directly port to Access. They are different programs with different references to how data is stored, retrieved and calculated.
For instance, vlookup, Index and Match are functions of Excel you will not necessarily find in Access. Acccess does have functions like DLookup (which is also extended to Excel) and is useful for finding single rows in a table.
As far as applying any kind of Excel Userforms, expect to re-write them in Access.
As far as applying VBA code, still a re-write.
So if you're looking to port the program to Access and have immediate results, it won't really work like that.
I don't know what a 'quotation program' is (could be relative to verbiage quotes, could be a pricing quote generator), but either way, 500 rows really isn't that big of a deal for Excel.
Possibly looking at optimizing some of the formulas or functions might be better suited if performance is the issue.

Edit: They actually can work quite well as a pair. Access will import and export to Excel, and Excel can look into Acess and pull out information and generally has a 'better' presentation layer for pivot tables, graphing and the like.
 
Last edited:
Upvote 0
Hi Tweedle, thank for your reply,

My Excel file generates a quotation for a hose assembly using vlookups, macros, etc, etc.

The 500 lines / rows are per quotation so the limit of 65000ish lines in Excel 2003 limits the program to only 130 quotations till the Database is full...

As the current file in excel is working I will play with Access a bit and see how I go...

Thanks again for your comments.
 
Upvote 0
Access may indeed be a better long-term approach then.
May find some templates available: http://office.microsoft.com/en-us/templates/CT010142603.aspx#

Also, might could tweak the Excel to use your parts/pricing workbook to generate the quote to another job-centric workbook, but it sounds like you desire to retain your quote data all in one place maybe.

G/L, u know where the forum is :)
 
Upvote 0

Forum statistics

Threads
1,220,931
Messages
6,156,922
Members
451,386
Latest member
leolagoon94

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top