checoturco
Registered User.
- Local time
- Yesterday, 16:34
- Joined
- Oct 17, 2005
- Messages
- 76
Hi list,
I need you help or you opinions and ideias.
All the code that i have in vba was building inside Access; now i wanna migrate the code to vb but continue use my BD.
My questions are:
I have a module that have a variable for db ( dim db as database) and in all forms i have set db=currentDb.
Now i have to have a code to make a connection to Db and i think that i must buid a function to be called in onload event of each form.
What happens to all recordsets that i have used in my code? i have to change something?
What happens to macros,query's,reports that i have? i have to change the code to use again?
if somebody could help with some opinions or point me to some links with this information i appreciate.
checo
I need you help or you opinions and ideias.
All the code that i have in vba was building inside Access; now i wanna migrate the code to vb but continue use my BD.
My questions are:
I have a module that have a variable for db ( dim db as database) and in all forms i have set db=currentDb.
Now i have to have a code to make a connection to Db and i think that i must buid a function to be called in onload event of each form.
What happens to all recordsets that i have used in my code? i have to change something?
What happens to macros,query's,reports that i have? i have to change the code to use again?
if somebody could help with some opinions or point me to some links with this information i appreciate.
checo