Hi,
I want to know how i can export the data from Access to excel using Access VBA for the specified sheet using data linkage with access database. Like we used to do it manually in excel as external data from access.
Like we have some codes for linking excel file to database mentioned below;
DoCmd.TransferSpreadsheet acLink, , "region", "F:\DB Practice\Book1.xlsx", False, "region"
Can we have something like this to link database table in excel file automatically.
So that the excel size won't be that big and also it saves processing time.
I want to know how i can export the data from Access to excel using Access VBA for the specified sheet using data linkage with access database. Like we used to do it manually in excel as external data from access.
Like we have some codes for linking excel file to database mentioned below;
DoCmd.TransferSpreadsheet acLink, , "region", "F:\DB Practice\Book1.xlsx", False, "region"
Can we have something like this to link database table in excel file automatically.
So that the excel size won't be that big and also it saves processing time.