scottemotive
Registered User.
- Local time
- Today, 03:28
- Joined
- Oct 13, 2004
- Messages
- 36
the mast table stores each and every record
the employee table holds all the employee names with related numbers for manager, department etc..
ive now added three more columns CallsRequiredPM (per month), and CallScreenedMTD (month to date) and FTPT which just says FT or PT
Basically each employee has to have 6 calls screened FT and 3 PT
i.e
Joe Bloggs, FT, callsrequiredPM 6, CallsScreenedMTD 0
what i need is that each time a record is added for an agent i want to keep a tally, i.e CallsScreenedMTD = CallsScreenedMTD +1 (this is to be reset to 0 at the very start of each month)
so in tblemployee this needs to be updated
how can i do this?
thank you
the employee table holds all the employee names with related numbers for manager, department etc..
ive now added three more columns CallsRequiredPM (per month), and CallScreenedMTD (month to date) and FTPT which just says FT or PT
Basically each employee has to have 6 calls screened FT and 3 PT
i.e
Joe Bloggs, FT, callsrequiredPM 6, CallsScreenedMTD 0
what i need is that each time a record is added for an agent i want to keep a tally, i.e CallsScreenedMTD = CallsScreenedMTD +1 (this is to be reset to 0 at the very start of each month)
so in tblemployee this needs to be updated
how can i do this?
thank you