access database

  • Thread starter Thread starter Kalyan
  • Start date Start date
K

Kalyan

hi, I have posted my message earlier but i think i did
not present my self properly. i want my access database
to be opened independantly. like i want my database to be
opened like a real front end system. so i want to hide
the backend from the users. so how can i do this.for
example if we create a database in VB then we create exe
file for that so that we dont need to open VB software to
open the database. so i want to open my access database
like that. is there any solution for this?

thanks
 
hi, I have posted my message earlier but i think i did
not present my self properly. i want my access database
to be opened independantly. like i want my database to be
opened like a real front end system. so i want to hide
the backend from the users. so how can i do this.for
example if we create a database in VB then we create exe
file for that so that we dont need to open VB software to
open the database. so i want to open my access database
like that. is there any solution for this?

No, this is not possible. An Access database is not a program, and
cannot be compiled into an executable. It must be opened with some
version of Access - either the normal full Access program, or a
"runtime" version; you can purchase the Visual Studio Office Developer
Tools which include a royalty-free runtime version of Access which you
can distribute.

John W. Vinson[MVP]
 
Back
Top