Access database standalone

G

Guest

Hi,
I am developing an image database using Access. I need to use it in many
computers, and I would like to know how to convert it in to a standalone
program. Can I access my database using a VB coding. If so can anybody
explain what is the coding for it?
Thanks!
 
J

John Spencer

You can't use an Access database unless you have Access (or Access Runtime)
installed on the computer.

You can use VB and the Jet engine (native engine for Access) together, but
that means you can't use Access forms, reports, etc.

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
G

Guest

Thanks!

John Spencer said:
You can't use an Access database unless you have Access (or Access Runtime)
installed on the computer.

You can use VB and the Jet engine (native engine for Access) together, but
that means you can't use Access forms, reports, etc.

--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

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