D
David C. Holley
Help.
I'm trying to use the FindRecord method to create a search function to
find a record on a continuous form. However, I keep getting the error
message:
A macro set to one of the current field's properties failed because of
an error in a FindRecord action arguement.
DoCmd.FindRecord "1084", acAnywhere, False, acSearchAll, False, acAll
The code above attempts to find the record with the value 1084. In the
end, "1084" will be replaced with a reference to a form field.
I'm trying to use the FindRecord method to create a search function to
find a record on a continuous form. However, I keep getting the error
message:
A macro set to one of the current field's properties failed because of
an error in a FindRecord action arguement.
DoCmd.FindRecord "1084", acAnywhere, False, acSearchAll, False, acAll
The code above attempts to find the record with the value 1084. In the
end, "1084" will be replaced with a reference to a form field.