Jan Lichtenbelt
New member
- Local time
- Today, 18:48
- Joined
- Nov 29, 2008
- Messages
- 9
I have two access databases, both password protected. Now I want in database1 copy a table in database2, using VBA.
Up to now I found an indirect solution which imports and exports a table. This imports the table from database2 to database1, renames the table and exports the renamed table from database1 to database2.
But there must be a more direct copy procedure, not via database1.
Can someone helps me?
Kind Regards
Jan Lichtenbelt
PS> I'm using Access2003
Up to now I found an indirect solution which imports and exports a table. This imports the table from database2 to database1, renames the table and exports the renamed table from database1 to database2.
But there must be a more direct copy procedure, not via database1.
Can someone helps me?
Kind Regards
Jan Lichtenbelt
PS> I'm using Access2003