P
pvp
Guys,
at the end of a button on a form opened on a table, I
have the following code:
"
On Error GoTo Err_Command3_Click
DoCmd.FindRecord "cccc", acAnywhere, False,
acSearchAll, False, acAll, True
Exit_Command3_Click:
Exit Sub
Err_Command3_Click:
MsgBox Err.Description
Resume Exit_Command3_Click
"
This produces this error:
"
a macro set to one of the current field's properties has
failed because of an error in a findmacro action argument
"
I am pretty damn sure the arguments are correct so what
gives?????
Overflowing gratitude for any hints, preferably useful
ones...
at the end of a button on a form opened on a table, I
have the following code:
"
On Error GoTo Err_Command3_Click
DoCmd.FindRecord "cccc", acAnywhere, False,
acSearchAll, False, acAll, True
Exit_Command3_Click:
Exit Sub
Err_Command3_Click:
MsgBox Err.Description
Resume Exit_Command3_Click
"
This produces this error:
"
a macro set to one of the current field's properties has
failed because of an error in a findmacro action argument
"
I am pretty damn sure the arguments are correct so what
gives?????
Overflowing gratitude for any hints, preferably useful
ones...