Importing Visual Basic 6.0 forms

  • Thread starter Thread starter Aliza Klein
  • Start date Start date
A

Aliza Klein

Hi.

I was given a VB 6.0 system that I would like to somehow convert to Access
2002. I have the data etc... I just need the forms.

Is there a way to import the frm files? When I tried, I got an error
message saying VBE does not support this kind of file.

Thanks.
 
Aliza said:
Hi.

I was given a VB 6.0 system that I would like to somehow convert to
Access 2002. I have the data etc... I just need the forms.

Is there a way to import the frm files? When I tried, I got an error
message saying VBE does not support this kind of file.

Thanks.


The message is correct. In Access you must design Access forms. You
will find that the Access tools and VBA are much more focussed on
database design than the more generic VB.

hth

Hugh
 
Back
Top