Access database standalone

  • Thread starter Thread starter Guest
  • Start date Start date
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!
 
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
..
 
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
..
 
Back
Top