SCOTTWHITTAKER2333
New Member
- Joined
- Jun 1, 2010
- Messages
- 32
Ok not sure if this is possible. I have a sheet and a userform that is used to track audits that employees complete. There are limits to what they can audit. A RTE or RAW type audit can not be duplicated in an 8 week rolling period. A Receiving type audit can be done a maximum of one time per period. And a genral/pallet type can only be done once per period.
What I would like to do is have a blank label lets say label1 on the userform change its caption from blank to a warning message if any of the above rules are broken from info entered into the userform by clicking a "check audit" button on the userform. Here is the Set up. On the sheet: Column A is names, Column B is date(short date format) that the audit was completed, C is the audit number name, D is the audit type and E is the period.
On the userform: L1 is a listbox of names, C1 is a calendar control to insert choosen dates, T1 is a textBox for the audit number name, L2 is a listbox with audit types and L4 is a listbox with periods in it.
Any assisatance would be wonderful
What I would like to do is have a blank label lets say label1 on the userform change its caption from blank to a warning message if any of the above rules are broken from info entered into the userform by clicking a "check audit" button on the userform. Here is the Set up. On the sheet: Column A is names, Column B is date(short date format) that the audit was completed, C is the audit number name, D is the audit type and E is the period.
On the userform: L1 is a listbox of names, C1 is a calendar control to insert choosen dates, T1 is a textBox for the audit number name, L2 is a listbox with audit types and L4 is a listbox with periods in it.
Any assisatance would be wonderful