search box to search all fields

H

hbear

I would like to create a search box that would automatically search all
fields on a form. Could someone give me some direction with this? My
attempt with the FindRecord method (DoCmd.FindRecord Me.txtSearch,
acAnywhere, False, acSearchAll, False, acAll ) repeatedly fails.
Would appreciate any help.

Thanks.
 
Top