charles
|
| Posted: 12/20/2005, 9:11 PM |
|
i have a record form that is based on a table,payperiod, which has a field called period_status.When the user has finished processing the payroll for a period,he goes to a page where he updates the value of the period_status field to a value 2.
How can validate that a user cannot create a new Pay period if the period_status value of the last payperiod is not equal to 2
Regards
Charles
|
|
|
 |
Theunis P
|
| Posted: 12/29/2005, 2:51 PM |
|
How about checking the status value in the update screen, and setting the - what ever method you use to initiate a new period - to invisible, with a label explaining why the option is not available?
|
|
|
 |
|