CharlieT302
Instructor
Hi Folks,
I have a combo box in my form Header that displays customer names. When a name is chosen, I want to generate a message if the County field, in the Detail section, is blank.
In the "AfterUpdate" event of the combo box, I have tried:
If IsNull([frm Referral primary].[County Code]) Then GoTo NoCounty Else GoTo Move_On
The IsNull command is obviously wrong. How can I correct it?
I have a combo box in my form Header that displays customer names. When a name is chosen, I want to generate a message if the County field, in the Detail section, is blank.
In the "AfterUpdate" event of the combo box, I have tried:
If IsNull([frm Referral primary].[County Code]) Then GoTo NoCounty Else GoTo Move_On
The IsNull command is obviously wrong. How can I correct it?