Hello,
In my latest program I want to imort some Acces Databases in an existing database. Is it possible to enter these tabels via VB-code? Or do you have some other solutions?
An example:
- database 1: my registrations
- database 2: registrations of my friend
- database 3: summary database
The program has to evaluate the registrations. So It has to pick a number in database 1 and has to evaluate if this number is also in database 2. If so, that number should be registered in database 3.
So I want to import the tabel in database 1 and 2 in database 3. Is it also possibble to link some key's?
Thanks


