Importing tables using VBA

  • Thread starter Thread starter alan fisher
  • Start date Start date
A

alan fisher

Hi, I would like to be able to import a couple of tables
from the back end to the front end as part of a procedure.
I have researched this but cannot find a way to do this
with VBA. Any Ides?. Thanks.
 
Hi, I would like to be able to import a couple of tables
from the back end to the front end as part of a procedure.
I have researched this but cannot find a way to do this
with VBA. Any Ides?. Thanks.

Take a look at the TransferDatabase method.
 
Back
Top