All,
I have an if statement using various controls that are found on my form.
For example, I have three fields:
Date, Call Ref, Logged by.
I have button that checks those fields to see if they have been filled out or not, using the following code:
If IsNull(Me.Date) Then
lresponse =...