D
Debbie
Coding having problem with...
Private Sub txtSearch_AfterUpdate()
'Find the record that matches the control.
Me.RecordsetClone.FindFirst "[ProvID] = '" & Me!
[txtSearch] & "'"
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
Problem...
Coding above is supposed to pull up a search in an unbound
text field. It works find for a couple of times, but if
you try the search again, it comes up with an Action
Failed Window... saying
Macro Name:
cmdSAVE:Updated
Condition:
True
Action Name:
Set Value
Arguments:
[Forms]![frmMainScreen]![Date], Now()
Private Sub txtSearch_AfterUpdate()
'Find the record that matches the control.
Me.RecordsetClone.FindFirst "[ProvID] = '" & Me!
[txtSearch] & "'"
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
Problem...
Coding above is supposed to pull up a search in an unbound
text field. It works find for a couple of times, but if
you try the search again, it comes up with an Action
Failed Window... saying
Macro Name:
cmdSAVE:Updated
Condition:
True
Action Name:
Set Value
Arguments:
[Forms]![frmMainScreen]![Date], Now()