I am having issues with a new database I am developing.
The purpose is rather simple. My office receives applications in the mail. Before processing, these applications often must be sent inter-office to one of our other locations (we have several). We need a robust way to record receipt of the application initially, record the sending of it to another office, and receive it again at that office. It is essentially a tracking database that needs to record the when, why, where, and who of an internal mailing.
I've put all the tables together and most of the queries. I've also assembled most of the relevant forms, but the master form isn't working very well. It is the Application_Frm. After adding a dealer not in the list, the record disappears.
I also need assistance with the command buttons for tracking. I want three command buttons: send, receive, and tracking history. The send and receive command buttons will do essentially the same thing: open the Tracking_Entry_Frm with the tracking type prepopulated accordingly and the date already entered with today's date. The tracking history needs to show the full tracking history for that application.
I'm struggling on all fronts. Assistance and suggestions on improving the database would be appreciated.