Stand alone a form

khadem1386

New member
Local time
Today, 06:55
Joined
Aug 23, 2007
Messages
6
HI
How can I generate an stand alone form after making it?

I want work my form, without access program. in anther locations.

Can I make an EXE file with my MDB. for example?

Thank for your lead.
 
Why don't you copy the whole database, or just the form and table that you use, and use that on another computer?

The form itself is unusuable without a table to save the data to
 
Access objects all reside within tables in a database. Since the database contains data plus code, it cannot be compiled so there is no product on the market that can turn your Access application into an .exe.

As DeanRowe has already pointed out, a form without a database connection is not very useful. What are you trying to accomplish?
 

Users who are viewing this thread

Back
Top Bottom