Hi
I know this is a simple question but I am still not sure of the answer.
If I was to test several fields on form close, each of which are independent of each other and will cause an action if they are not empty, do I do the following...
Private Sub cmdSaveRecord_Click()
On Error GoTo...