In an on click event the following:
"If Forms![Guests]![Guests Subform].Form![CheckOutDate] Is Null Then" elicits a runtime error 424 message.
In the same procedure "If Forms![Guests]![Guests Subform].Form![Amount Due].Value <> 0 Then" runs properly.
Could anyone explain what is wrong with the first line.
Thanks.
"If Forms![Guests]![Guests Subform].Form![CheckOutDate] Is Null Then" elicits a runtime error 424 message.
In the same procedure "If Forms![Guests]![Guests Subform].Form![Amount Due].Value <> 0 Then" runs properly.
Could anyone explain what is wrong with the first line.
Thanks.