At the beginning of my database the user chooses a project to work on. Everything (forms/reports) they open from then on filters against that project. (The common field in all the relevant tables is "ProjectID") If they create new record; however, they have to enter the project number into the record.
How do I set it so new records automatically enter the currently filtered project into the project ID field of the table being modified?
How do I set it so new records automatically enter the currently filtered project into the project ID field of the table being modified?