G
Guest
I've been trying to figure out how to create a search box for a form I'm
working on that would allow me to search all fields, rather than one. I
pulled this bit of code off this site, and read up on the basics in Help, but
I keep getting an "error in FindRecord action argument". Could someone tell
me what's wrong?
DoCmd.FindRecord Me.txtSearch, acAnywhere, False, acSearchAll, False,
acAll
Also, with this code, do you run into the problem of it searching and
finding itself(meaning the value in the txtSearch field)?
Appreciate any help.
bear
working on that would allow me to search all fields, rather than one. I
pulled this bit of code off this site, and read up on the basics in Help, but
I keep getting an "error in FindRecord action argument". Could someone tell
me what's wrong?
DoCmd.FindRecord Me.txtSearch, acAnywhere, False, acSearchAll, False,
acAll
Also, with this code, do you run into the problem of it searching and
finding itself(meaning the value in the txtSearch field)?
Appreciate any help.
bear