I have a database created, and I would like to have it so when a user loads it, all the menus aren’t there and neither is the access window, all I want is the form itself sitting on the desktop! is this possible? I can get rid of most the menus, except the main menu at the top and whole access window.
Is it possible to export it to an executable?
To hide the entire Access shell you can use this API Code. Keep in mind that it is not really advised to be used in a production environment. It has issues with previewing reports and you need really really tight error handling. Check the warnings within code.
HTH
Good luck