Hi all,
I have an aplication developed in MSAccess 2000 and I want to make it excecutable translating it to VB 6.0.
The question is how can I migrate it without rewriting the code and forms created in MSAccess?
Thanks for your help
Regards.
Printable View
Hi all,
I have an aplication developed in MSAccess 2000 and I want to make it excecutable translating it to VB 6.0.
The question is how can I migrate it without rewriting the code and forms created in MSAccess?
Thanks for your help
Regards.
You are going to have to redo the Forms. VB isn't going to like your Access forms.
But, the data and reports can be used by VB.
But, there are VB code into each form refering to text boxes or controls in the form using the ! method i.e. me!timer=time().
If I redo all the forms with same controls and it's names, the code will work or have I to change the syntax?.
TKS