CharlieT302
Instructor
Hey folks,
This should be easy. I have a main form/sub form. On the subform I have a drop down box that checks to see if a field on the main form is empty. If so, a message appears.
I have this on the "On Change" event of the drop down.
Here is the code:
If IsNull(Forms![FRM Referral].[County_Code]) Then GoTo county_Mess Else GoTo check_Service
It is not working and the message does not display. I believe the syntax is incorrect. Any suggestions?
This should be easy. I have a main form/sub form. On the subform I have a drop down box that checks to see if a field on the main form is empty. If so, a message appears.
I have this on the "On Change" event of the drop down.
Here is the code:
If IsNull(Forms![FRM Referral].[County_Code]) Then GoTo county_Mess Else GoTo check_Service
It is not working and the message does not display. I believe the syntax is incorrect. Any suggestions?