susancockburn
New member
- Local time
- Today, 02:50
- Joined
- Apr 14, 2000
- Messages
- 6
I have a form split into 11 parts. Each part is completed by a different person in sequence and each part finishes when either a date or name is entered. What I want to do is to disable the parts already completed but leave the parts ready for completion by the next person.
I have put an Event Procedure to disable all the data entry fields above the date in Part 1 on the AfterUpDate of the date. Fine this works but when I then close and open the form again all the fields are again enabled.
I have now put into the Form Load a procedure to check if the date has data in or not, again fine. I have a command button on the form to enable users to create a new record by bringing up an empty form but of course it says it can't set the focus to the first field as it is disabled.
Is there any way to simplify this. All the previously entered data must be visible to those that follow.
I have put an Event Procedure to disable all the data entry fields above the date in Part 1 on the AfterUpDate of the date. Fine this works but when I then close and open the form again all the fields are again enabled.
I have now put into the Form Load a procedure to check if the date has data in or not, again fine. I have a command button on the form to enable users to create a new record by bringing up an empty form but of course it says it can't set the focus to the first field as it is disabled.
Is there any way to simplify this. All the previously entered data must be visible to those that follow.