I have a form that has some entry fields on it. When the focus is lost on a certain field, a search is initiated, and if duplicates are found, the fields are returned to null, and I want to close the form.
The problem I get is that there is a run time error 2585. "The action can't be carried out while processing a form event."
Is there a workaround for this? How can I close the form automatically?
The problem I get is that there is a run time error 2585. "The action can't be carried out while processing a form event."
Is there a workaround for this? How can I close the form automatically?