Hi I need some help on a forms issue...
I have a form that displays people's information (for an address book). It displays only the persons name and phone numbers.
This form displays only one person's record at a time.
This form also has a subform that allows a user to add more phone numbers to the current record that is displayed.
In the subform, I have a text field called phone number which is "not enabled". To enable it, you must click the "add number" button.
Here's my problem:
After clicking "add number", the phone number text field in the subform is now enabled. but if the user decides to move to another record (person), the phone number text field in the subform is still enabled. How do I make it so that if the user moves out of the subform (loses focus), the text field is unenabled again?
I have a form that displays people's information (for an address book). It displays only the persons name and phone numbers.
This form displays only one person's record at a time.
This form also has a subform that allows a user to add more phone numbers to the current record that is displayed.
In the subform, I have a text field called phone number which is "not enabled". To enable it, you must click the "add number" button.
Here's my problem:
After clicking "add number", the phone number text field in the subform is now enabled. but if the user decides to move to another record (person), the phone number text field in the subform is still enabled. How do I make it so that if the user moves out of the subform (loses focus), the text field is unenabled again?