Hello to all, Access Newbie here!
I'm not sure what to call the process in Access, but I have created a couple of forms, a query and report. I want to create a run time enviroment that does not include the Access IDE (tool bars, icons, developer inviorment).
Do not need a menu, just need to start on one of the forms after a user clicks on a desktop icon. Have taken care of the exit with a button using the OnClick [event procedure] with DoCmd.Quit on the form where the exit should take place
What is this process called?
How do I go about creating this user/production enviorment?
Can I go back and make changes/upgrades to a single form after I have done this process?
Are these forms, query, reports kept as seperate files or are they part of the database?
Examples or links of this process would be great!
Thanks
I'm not sure what to call the process in Access, but I have created a couple of forms, a query and report. I want to create a run time enviroment that does not include the Access IDE (tool bars, icons, developer inviorment).
Do not need a menu, just need to start on one of the forms after a user clicks on a desktop icon. Have taken care of the exit with a button using the OnClick [event procedure] with DoCmd.Quit on the form where the exit should take place
What is this process called?
How do I go about creating this user/production enviorment?
Can I go back and make changes/upgrades to a single form after I have done this process?
Are these forms, query, reports kept as seperate files or are they part of the database?
Examples or links of this process would be great!
Thanks
Comment