Hi Guys
I have created a form with following controls:
Type (Drop down box) : The options are "Audit","Review","Meeting"
Number (Textbox) : how many (Count)
Frequency (Drop down box) : The options are "Monthly","Quarterly","Yearly"
Now my question is suppose If there are 2 audits need to carried out by each employee "monthly" then we can save down 2 records (one for each audit) in the table and once the audit is completed by the employee then the completion Date is saved down against that record. There is a "Automatic allocation" button that needs to be clicked and I will run a loop based on "Number" and store data in the Master table so if Number is 2 then there will be records against that person (one for each Audit).
But what if the there are 2 Audits need to be carried out quarterly by each employee? How will that work ?
Any suggestions are welcome.
Thanks
I have created a form with following controls:
Type (Drop down box) : The options are "Audit","Review","Meeting"
Number (Textbox) : how many (Count)
Frequency (Drop down box) : The options are "Monthly","Quarterly","Yearly"
Now my question is suppose If there are 2 audits need to carried out by each employee "monthly" then we can save down 2 records (one for each audit) in the table and once the audit is completed by the employee then the completion Date is saved down against that record. There is a "Automatic allocation" button that needs to be clicked and I will run a loop based on "Number" and store data in the Master table so if Number is 2 then there will be records against that person (one for each Audit).
But what if the there are 2 Audits need to be carried out quarterly by each employee? How will that work ?
Any suggestions are welcome.
Thanks