I have a form based upon a query. I would like to populate a control based on a field named Expires after I enter a record number in field Convno.
I have tried the following:
This returns an compile error "invalid use of property."
Is there a way to update the query when I loose focus on control "convno"
Thanks.
Hefly
I have tried the following:
Code:
Private Sub Convno_LostFocus()
Me.OnLostFocus
Me.Refresh
End Sub
This returns an compile error "invalid use of property."
Is there a way to update the query when I loose focus on control "convno"
Thanks.
Hefly