Exporting forms from VBA to VB.net

kapil

Registered User.
Local time
Today, 19:43
Joined
Oct 4, 2006
Messages
17
Hi,

I have exported out the forms made in VBA & MS-Access. They have the extenion .frm. But in VB.net we have the extension of forms as .vb. I want to use the forms which i created here and dont want to recreate them. Is this anyway using which i can transfer the precreated forms in VBA to VB.net.

Thanking you,

with regards,
Kapil
 
No you can't. The form resides within the Access mdb file itself and is not something that you can export. You can export the records from a form, but not the actual form itself. You can export the form from one Access.mdb file to another.
 

Users who are viewing this thread

Back
Top Bottom