convert small db to a (.exe) program

Q

qscott

Where can i find info on converting my small db to a
stand alone program.
playtime.mdb to playtime.exe keeping only the required
programing.
 
K

kevinrea

you can't make an .exe from an msaccess database..
however you can make a completely executable package if you have the
developers edition using the runtime.

you can make a setup file and everything with that... but no .exe..

if you truly want an .exe file, you would probably be best off using
Visual Basic to write the front end .exe part, and have it get its data
from the .mdb access table.

kevin
 
J

John Vinson

Where can i find info on converting my small db to a
stand alone program.
playtime.mdb to playtime.exe keeping only the required
programing.

You cannot. Access does not provide such a capability. Sorry!
 

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

Top