J
James
I have an unbound field in the form header. I would like to use this field
to find a record. For somereason nothing happens when I type the number and
hit enter. I have the following code in AfterUpdate along with other code
that works. Is there a reason this will not find a record in the form
details section?
DoCmd.FindRecord Me.GoToTrackingNo, acStart, False, acSearchAll, True, , True
to find a record. For somereason nothing happens when I type the number and
hit enter. I have the following code in AfterUpdate along with other code
that works. Is there a reason this will not find a record in the form
details section?
DoCmd.FindRecord Me.GoToTrackingNo, acStart, False, acSearchAll, True, , True