simon551
IS-IT--Management
- May 4, 2005
- 249
I'll try to explain my problem:
I have a subform in tabular view. On the form are some default values for fields. One field (not one that has a default) has been *required* in the table.
What happens for users is that they start to create a record and then realize they don't want that line so they delete the info in the fields.. This doesn't delete the record, however. And then they get a message that says "tblBlah.Blah is required" so they freak out and call me. I tell them to hit 'Esc' which works but they don't seem to remember this and it happens again.
I would like to avoid a lot of training about 'Esc' and the record selectors.
Anyway, I've thought I could just take the required property off and give a pop-up that says "Please enter a Blah".
This, if I knew where to put the test and msgbox, would solve the "required" problem: the reminder would replace the actual requirement. And then, maybe, I could put in another test that tests for certain aspects being present before actually writing the info to the database.
Thanks in advance for your help and I apologize for the round-about way I'm asking for assistance.
I have a subform in tabular view. On the form are some default values for fields. One field (not one that has a default) has been *required* in the table.
What happens for users is that they start to create a record and then realize they don't want that line so they delete the info in the fields.. This doesn't delete the record, however. And then they get a message that says "tblBlah.Blah is required" so they freak out and call me. I tell them to hit 'Esc' which works but they don't seem to remember this and it happens again.
I would like to avoid a lot of training about 'Esc' and the record selectors.
Anyway, I've thought I could just take the required property off and give a pop-up that says "Please enter a Blah".
This, if I knew where to put the test and msgbox, would solve the "required" problem: the reminder would replace the actual requirement. And then, maybe, I could put in another test that tests for certain aspects being present before actually writing the info to the database.
Thanks in advance for your help and I apologize for the round-about way I'm asking for assistance.