M
Max
I have a checkbox that is enabled when the value of a combobox on the same
form is "Monthly". Below is the code. This works great except when the form
moves to past the end of the recordset (to a new record). I get an error
"Invalid use of null" What is the best way to avoid this error?
Form on current:
ckb_week1.Enabled = cbo_MeetingType.Value = "Monthly"
form is "Monthly". Below is the code. This works great except when the form
moves to past the end of the recordset (to a new record). I get an error
"Invalid use of null" What is the best way to avoid this error?
Form on current:
ckb_week1.Enabled = cbo_MeetingType.Value = "Monthly"