Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access VBA to VB

Status
Not open for further replies.

drkestrel

MIS
Sep 25, 2000
439
0
0
GB
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
Code:
DoCmd myForm.open
in VBA and
Code:
myForm.open()
in VB.. [sig][/sig]
 
Man,
i tried this before, but it was a long way of troubles and diffcults. i have to create new forms, reports.

althought VB coding is the same as VBA, but the way it controls the data (datacontrol) and how to make reports in it is a whole different thing... anyway, i wish you good luck. [sig]<p>Mohamed Aly<br><a href=mailto:samara_79@hotmail.com>samara_79@hotmail.com</a><br><a href= > </a><br> [/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top