I have been doing some VBA work in Access 97. Now I am going to move the whole thing to VB 6 Professional edition (though of course keeping the DB tables, queries, report
!
How could I move my VBA forms/codes from Access to VB project? I am worry about the form properties (like record source for textboxes, etc.) and syntatical diferrences (like
in VBA and
in VB.. [sig][/sig]
How could I move my VBA forms/codes from Access to VB project? I am worry about the form properties (like record source for textboxes, etc.) and syntatical diferrences (like
Code:
DoCmd myForm.open
Code:
myForm.open()