program for access form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to make an access form open without having to install Accesss
on all my employees computers. Would it be possible to use a Visual basic
program that could do this? Any other options would be great!!
 
Is there a way to make an access form open without having to install Accesss
on all my employees computers. Would it be possible to use a Visual basic
program that could do this? Any other options would be great!!

No. Access forms exist only within Access.

You can (with about double the effort of creating a form in Access) create a
Form in Visual Basic to manipulate data stored in a JET (Access) database; or
you can purchase the appropriate Developer's Edition of Access and distribute
a royalty-free "runtime" edition of Access. See

http://www.granite.ab.ca/access/developereditionversions.htm

for a list of the everchanging names of the package which gives you the
runtime.

Not listed there is the Access2007 runtime - that is going to be available
soon, and will be free.

John W. Vinson [MVP]
 
gwtechie72 said:
Is there a way to make an access form open without having to install
Accesss
on all my employees computers. Would it be possible to use a Visual basic
program that could do this? Any other options would be great!!
 

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

Similar Threads

opening access form 1
runtime for 2003 5
database didn't build the filter 1
Version Updates 4
Difficulty locating Access 2003 5
ODBC runs slow 3
Data Access Page based on a Query 2
send email in access 3

Back
Top