G
GC
When I want to find a record in a form I want to open the search function to
search the table, and match would be "any part of field"
search the table, and match would be "any part of field"
Rli said:in tools>options>edit/find set General search
this will give 'any part of the field' as default when you start a search.
To start the search dialog automaticaly you can give an on_load event on the
startup form with:
DoCmd.RunCommand (acCmdFind)