DoCmd.RunCommand (acCmdFind) that works great. I placed it in "on key down"
for name field and it would bring search box for the whole table (form).
Is there any way to specify search field. I would like to search particular
field (column). I know I can change it in search box, but it would be nice to
do without it.