C
CW
When one of our forms is opened (Current event) I want a message box fired by
certain conditions (that the Ref control does have a value, but the Country
control is empty). I have tried various bits of code along the lines shown
below, but keep getting runtime errors. Wot's wrong with the following,
please?
If [Me.Ref] is not null and [Me.Country] = "" Then MsgBox "Please enter the
country!"
Many thanks
CW
certain conditions (that the Ref control does have a value, but the Country
control is empty). I have tried various bits of code along the lines shown
below, but keep getting runtime errors. Wot's wrong with the following,
please?
If [Me.Ref] is not null and [Me.Country] = "" Then MsgBox "Please enter the
country!"
Many thanks
CW