I believe that under data base utilities, there is a menu item to create an mde file. I like to structure the project to wind up with 3 files.
- Data.mdb
- App.mdb
- App.mde
Data.mdb is nothing but tables. typically, this will sit on some shared drive in a lan environment
App.mdb contains your VB source code, queries, forms, etc. You link this .mdb to all of the Data.mdb tables.
App.mde is the "Compiled" version of app.mdb. This is what you distribute to the individual uses desktop or put a single copy on the share. No source code is accessible.