Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a LARGE parts inventory database from one of our vendors. We get
periodic price and new parts updates from this vendor. Is it possible to update the database automatically with the new update file that I get? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Barry:
While one could write a macro to do this update, in my opinion, it would be easier to link the two Excel worksheets into Access and write a query to do the update for you. -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. "Barry" wrote in message ... I have a LARGE parts inventory database from one of our vendors. We get periodic price and new parts updates from this vendor. Is it possible to update the database automatically with the new update file that I get? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
David:
Thank you for your reply. One of the problems I am experiencing is, although I have some experience with MS-Office, I find that the manuals that came with the program is too vague in explanation. Were do I find an understandable narration on how to accomplish these tasks? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Barry:
From Access, you can link the Excel workbooks by going to the File menu, Get External Data, Link Tables... In the Files of Type combo box at the bottom of the dialog select Microsoft Excel, and then browse to one of your two workbooks (Master and Update). You will need to do this procedure once for each workbook. Once the wizard starts just select the worksheet and follow the prompts. Once the two worksheets are linked in, Access treats them essentially the same as any other Access tables. Any updates to the linked tables are reflected in the underlying worksheet in the workbook. With regard to creating an Append query to move the updated information into the Master table, the following KB article gives the basics: http://support.microsoft.com/default...b;en-us;306093 Additional Access resources include the following: http://mvps.org/access/ http://msdn.microsoft.com/office/understanding/access/ -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. "Barry" wrote in message ... David: Thank you for your reply. One of the problems I am experiencing is, although I have some experience with MS-Office, I find that the manuals that came with the program is too vague in explanation. Were do I find an understandable narration on how to accomplish these tasks? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare two files and update data from another file base on words ina cell separated by commas | Excel Worksheet Functions | |||
Macro to pull data from another file - update name of file | Excel Discussion (Misc queries) | |||
How to auto update a spreadsheet with data from a .xls file? | Excel Worksheet Functions | |||
Update data without opening file? | Excel Discussion (Misc queries) | |||
retrieve and update data from a dbf file | Excel Programming |