aHello,
I create a simple database, and then i need to make it with the runtime
installer.
I get a setup file with my database. But when i load the "program" created,
it loads the run time environnement with : NOTHING : it 's just like access
but without controls ( that's ok as it's made just to enter data) but my
database form/table doesnt appear too ! ther is just nothing : just : close
database option..
im using acces 2007,developer extension+runtime. database is created with
access2007.
Douglas J. Steele - 24 Mar 2008 15:24 GMT
You need to "prepare" your application for use with the run-time.
You need to ensure that a start-up form has been created, and that there's a
way to ensure that you can navigate from one form to another (if
applicable). You also need to ensure that you've got good error handling in
the application.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> aHello,
> I create a simple database, and then i need to make it with the runtime
[quoted text clipped - 10 lines]
> im using acces 2007,developer extension+runtime. database is created with
> access2007.