i would like the user to think he’s using a regular winform, but in the backend i want to have access handle the DB stuff.
is it possible to just use the access form and have everything else disappear in the background? can we make an exe out of the form?
what is MDE?
You cant make an EXE out of an access database as others have said but you can go a long way to hiding the fact that your application is written in access. For example you can…
To do that just save a BMP file in the same folder as your DB and call it exactly the same file name i.e. MyDatabase.BMP. When access launches instead of seeing the access splash screen you will see your custom one.
On your database go to Tools-Startup and change the Application Icon to an icon of your choice
You can change the icon on your forms from the standard access one to anything you like, paste this code into a module
Then you can call it like this on the forms OnOpen event