HOW TO CONVER .FRM TO .EXE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know how to convert an access form into exe format similar to
what we do in VB. I just want to distribute the form not the entire .dbf file.
 
Vishu said:
I would like to know how to convert an access form into exe format
similar to what we do in VB. I just want to distribute the form not
the entire .dbf file.

It is not possible to convert an Access form into a standalone .exe.
It's not even possible to convert an Access .mdb file (not .dbf) into an
..exe. The closest you can come is saving the .mdb file as an .mde, and
distributing it with the Access run-time module that is available when
you buy the appropriate developer tools.

If you describe the actual process you're trying to implement, maybe
someone can suggest a good way to go about it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top