Excel & Access

  • Thread starter Thread starter Michelle
  • Start date Start date
M

Michelle

Is there a way to send certain cells of a MS Excel
spreadsheet into specific fields of a MS Access form? I
appreciate any help you can provide! Thank you!
 
I would use ADO to do it. Search Google with 'update access ado' as the
keywords, you'll get some examples there.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Michelle said:
Is there a way to send certain cells of a MS Excel
spreadsheet into specific fields of a MS Access form?

Do it the other way round i.e. get your MS Access form to fetch the
cells' values. You could use ADO to query the closed workbook.

Jamie.

--
 

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

Back
Top