Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using access for sales quotes

Status
Not open for further replies.

FRIESZ

IS-IT--Management
Dec 12, 2003
1
US
We currently us Access for our bd. I would like to incorporate our quoting process that is done in Excel. Can Access give you 25 lines that will allow each line with four columns to access the db then total the last column?
 
You can link to your access data from excel..
to create a live link to the table or query from within excel,

From excel click Data>Get External Data>New Database Query>....the choose msaccess databases* from the list...follow the wizard from there (to select your mdb, table or query)
then return your data to excel.

You can opt to use the wizard or MsQuery (a gui type interface, similar to access...I would recommend the MsQuery option.(look for the check box in one of the wizard dialog boxes)


when data is returned,...you can right click in the data and select properties to refresh on open...auto fill formulas etc.

this is now a live link, any time the workbook is opened. your current / up to date access data comes in (if you set the refresh on open option)

Note: if you use msquery, you can add propmts for the user to fill in parameters used in the query criteria, just as you would in Access.
 
Your table should have the fields Quotation and Line No together as Primary Key. Also give validation rule for LineNo as between 1 and 25. But you cannot have a direct sum field in the table. Should use a form or report to show that.
Not sure how familiar you are with that.

Best of Luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top