Hi,
I am fairly new at Access programming and am having a problem getting the following to work.
1. I need to be able to select a MS Access Database
2. Import a table (eg. Test Data) into the existing database's table with the same name (Test Data).
3. Would like this to work off of a button, as creating a Form for the various steps in the process.
I am trying to use a DoCmd.TransferDatabase but it keeps giving me errors. )o:
Any help would be greatly appreciated. Thank you in advance for your time and thoughts.
I am fairly new at Access programming and am having a problem getting the following to work.
1. I need to be able to select a MS Access Database
2. Import a table (eg. Test Data) into the existing database's table with the same name (Test Data).
3. Would like this to work off of a button, as creating a Form for the various steps in the process.
I am trying to use a DoCmd.TransferDatabase but it keeps giving me errors. )o:
Any help would be greatly appreciated. Thank you in advance for your time and thoughts.