D
Damon Heron
Rather than have a checkbox or similar control on a form, I have found that
I can address the field in the table directly, like
If Me.CompleteStatus.Value = True Then
where the field is called CompleteStatus in a table bound to the form. This
works fine on my pc, but when I tried to run it on another pc, I got
errormsg "method or data member not found" at this line. Both pcs are
running Access 2003 and have the same references. Any ideas why it is
failing?
thanks in advance.
Damon
I can address the field in the table directly, like
If Me.CompleteStatus.Value = True Then
where the field is called CompleteStatus in a table bound to the form. This
works fine on my pc, but when I tried to run it on another pc, I got
errormsg "method or data member not found" at this line. Both pcs are
running Access 2003 and have the same references. Any ideas why it is
failing?
thanks in advance.
Damon