Setting the Find parameters programmatically

G

Gary Schuldt

I want to bring up the built-in Find form Access gives you when you hit
Ctrl-F, but I want to be able to set the search parameters to

Look in: <the whole form, not just one field>

Match: Any part of field.

I want these settings to hold across repeated "Find Next"s.

How do I do this either in a macro or in VBA?

Gary
 
Top