Export Access table to Project file

J

Joe

I have an Access table and would like to export its contents to an existing
project file using code. I'm currently exporting Access table data to a .txt
file then importing that to Project using a Project Import Map. I'd like to
export the Access table data directly to the Project file from within a
module and skip the .txt export and eliminate the use of the Project import
map. If I can get some generic code to get started I can fill in the blanks.
Thanks!
 
Top