A
Amour
Hi, and thank you for any help.
I put this section into the load event on a form:
Private Sub Form_Load()
ACT_TRVL = DLookup("[GTotal]", "qryTravel", "[SSN] = '" & [SSN] & "'")
End Sub
ACT_TRVL is connected to TblAttendance
The problem I am having is that I get an error message (but it still works
ok):
"Object doesn't support this property or method"
How do I get rid of the message or correct this. Also I have noticed that
the field does not show up until I close the form and reopen. Also does this
for some control options within the same form
Please Help And again Thank You
I put this section into the load event on a form:
Private Sub Form_Load()
ACT_TRVL = DLookup("[GTotal]", "qryTravel", "[SSN] = '" & [SSN] & "'")
End Sub
ACT_TRVL is connected to TblAttendance
The problem I am having is that I get an error message (but it still works
ok):
"Object doesn't support this property or method"
How do I get rid of the message or correct this. Also I have noticed that
the field does not show up until I close the form and reopen. Also does this
for some control options within the same form
Please Help And again Thank You