Yes, but it requires more coding.
You need to allow nulls (Required = No) in the last name field, but then do data validation on all your forms.
The problem with this is that you will also need to remove the close buttons etc from your forms to prevent the user from closing the form or moving to the next record without using your data validation triggering events.
If you remove the record selector and form close buttons, you can add code that checks for the last name data and prompts the user to enter a value and exits the close of next record or save record event. This is dicey when you are referencing subform values as well.
So the answer is yes and no. Who do you want to inconvenience, and how much?
I don't think there is a way to get rid of the error message you speak of without changing the required property since it is handled at a lower level in the object model.
mmcdonal
|