exporting data to excel sheet

PWG

Registered User.
Local time
Today, 04:38
Joined
Jun 13, 2019
Messages
56
I have an excel sheet that is set out like a form that is emailed to our head office for a purchase request.
I have built a data base in access to control our inventory at our end and it can produce a purchase request.
I have a report that access can print that looks like the excel sheet but it is not good enough form them and they want the excel sheet.
Is there a way to link Access to excel so that I can get the fields to populate on the excel sheet.
If anyone could point me in the right direction it would be great.
 
you can use docmd.TransferSpreadsheet method.
or you can open excel and add external connection to your access db.
 

Users who are viewing this thread

Back
Top Bottom