New table/form

S

shellscott

I have a table inexcel that I want to be able to type in the part number in
access and it looks up the same part number in excel and returns the current
price & description
 
V

Van T. Dinh

You can link an Excel spreadsheet as a linked Table in your database and use
the DLookUp() function (or Recordset in code) to retrieve the Price &
Description.

Use the Menu File / Get External Data ... / Link Table ... to link the Excel
spreadsheet to your database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top