My husband works for a nonprofit. Over 10 years ago he asked me to create a database--that evolved into 15 databases. I love Access, but I'm not a programmer. I guess I'm just in over my head. I'm a little overwhelmed with you generous offer! I just sent you the front and back end--hopefully I did it correctly.
I hate to take up more of your time, but I greatly appreciate any help.
I'm happy to help, so don't give that another thought.
I have some bad news, though. In the front-end database you sent me, something has deleted almost all the code. Forms that supposedly have code behind them have no actual module. The Switchboard form is the only one that has a module at all, and that module appears to be empty except for the "Option Compare Database" line at the top. The standard module basAgeFunctions that is shown in the modules pane of the database window doesn't seem to exist in the VB Editor.
I've heard of a couple of incompatibility issues involving the 64-bit version of Access 2010 and SP1 that can cause a database's VB project to be deleted (after an error message), though they don't seem exactly like what you reported, and I didn't think they would apply to an Access 2003 mdb file. Still, Is it possible that the person who opened the database using Access 2010 was running the 64-bt version of Access, and that they say a message along the lines of this:
<QUOTE>
The database cannot be opened because the VBA project contained in it cannot be read. The database can be opened only if the VBA project is first deleted. Deleting the VBA project removes all code from modules, forms and reports. You should back up your database before attempting to open the database and delete the VBA project.
To create a backup copy, click Cancel and then make a backup copy of your database. To open the database and delete the VBA project without creating a backup copy, click OK.
</QUOTE>
Whatever happened, the code seems to be gone from the front-end you sent me. Do you have a backup copy of the database from before the corruption (or whatever it was) occurred? We should be able to take that database, split it, then relink the resulting front-end to the back-end you created.