Re: Importing in a Database
There are several method but I think this would be preferable
1--->
Add Access library reference in your project and use DOCMD method, Once you will add the reference it will give you the tip.
2--->
Create the resultset from both the database and loop thru the resultset.
Re: Importing in a Database
There are several method but I think this would be preferable
1--->
Add Access library reference in your project and use DOCMD method, Once you will add the reference it will give you the tip.
2--->
Create the resultset from both the database and loop thru the resultset.
Re: Importing in a Database
Thanks! I will give those a try. :)