JediYodaNT
Registered User.
- Local time
- Today, 07:28
- Joined
- May 8, 2009
- Messages
- 26
Hey there folks.
I could use a little help. I have a database that our department has been using for a few years. The associate that created it is no longer with us. The beginning of this month, the VBA module became corrupt and the back up I'd used before had been deleted by a clueless associate in order to "free up more hard drive space". (overlook the mound of dirt in my back yard.)
So, here is what we have. The main function of this database is to maintain productivity totals. For each work item an assoicate does, the enter a transaction into the database to log their work. Using this, management can do a search for totals volumes by associate on a day by day range, process by process total, or simply over volumes by process itself.
We used five tables (Roster, Function, DocType, States, and Entries). We had a switchboard that would take you to the Input form (used to input each work item) or the search form (used to track the totals).
Attached are samples of the Entries table, Process table and Roster table.
I think my question is related to setting up the Entries table and building the associated form. If I can figure these out, that will help get us back on the right path. If someone could, please take a look at the descriptions in the Entries table and let me know if what I'm attempting is feasable, or if I could be approaching this from a more efficient approach. The end goal is to have one entry form for the associates, and one search form of management to pull various metrics.
I could use a little help. I have a database that our department has been using for a few years. The associate that created it is no longer with us. The beginning of this month, the VBA module became corrupt and the back up I'd used before had been deleted by a clueless associate in order to "free up more hard drive space". (overlook the mound of dirt in my back yard.)
So, here is what we have. The main function of this database is to maintain productivity totals. For each work item an assoicate does, the enter a transaction into the database to log their work. Using this, management can do a search for totals volumes by associate on a day by day range, process by process total, or simply over volumes by process itself.
We used five tables (Roster, Function, DocType, States, and Entries). We had a switchboard that would take you to the Input form (used to input each work item) or the search form (used to track the totals).
Attached are samples of the Entries table, Process table and Roster table.
I think my question is related to setting up the Entries table and building the associated form. If I can figure these out, that will help get us back on the right path. If someone could, please take a look at the descriptions in the Entries table and let me know if what I'm attempting is feasable, or if I could be approaching this from a more efficient approach. The end goal is to have one entry form for the associates, and one search form of management to pull various metrics.