D
Darrell
I am attempting to find a record on a form where a
control's value is "AAAS". The following code generates
an error when run. Can someone help me with why?
Private Sub cmdFindPayee_Click()
DoCmd.OpenForm "frmPayee"
DoCmd.FindRecord "AAAS"
End Sub
Thanks.
Darrell
control's value is "AAAS". The following code generates
an error when run. Can someone help me with why?
Private Sub cmdFindPayee_Click()
DoCmd.OpenForm "frmPayee"
DoCmd.FindRecord "AAAS"
End Sub
Thanks.
Darrell