M
mcwilsong
Has anyone run into a situation where by adding code such as below to a
checkbox, will present this error when clicking on a button that opens a
subform?
Error: Run-time error '2465'
Microsoft Access can't find 'Field' in expression.
Code:
If me.field1 = 0 then
me.field2 = 0
msgbox "You can't select field2, unless field1 is checked!"
end if
checkbox, will present this error when clicking on a button that opens a
subform?
Error: Run-time error '2465'
Microsoft Access can't find 'Field' in expression.
Code:
If me.field1 = 0 then
me.field2 = 0
msgbox "You can't select field2, unless field1 is checked!"
end if