K
Keith
I have a field (ResApt) in a form whose row source is a
different query (qryResAptList) than the data source of
the form. When ResApt get the focus I would like to
refresh qryResAptList. However, when I click on ResApt I
get an error. I am using the following:
Private Sub ResApt_GotFocus()
ResApt.RecordSource = "qryResAptList"
DoCmd.Requery "qryResAptList"
End Sub
Any thoughts? Thanx.
different query (qryResAptList) than the data source of
the form. When ResApt get the focus I would like to
refresh qryResAptList. However, when I click on ResApt I
get an error. I am using the following:
Private Sub ResApt_GotFocus()
ResApt.RecordSource = "qryResAptList"
DoCmd.Requery "qryResAptList"
End Sub
Any thoughts? Thanx.