PDA

View Full Version : Find Record



wasim_sono
04-05-2006, 03:10 AM
Dear All

I'm using a button on my form for "find record" purpose. I got some code from another forum like this:
Docmd.Goto control "Emp No"
docmd.findrecord find employee , ac anywhere
find employee = null


I'm not sure about "find employee". what is this and if I want to use this in my code then what should I write here.

Regards.

Wasim

OBP
04-05-2006, 07:16 AM
What you use it for would depend on what you are searching for.
One of the best method for finding recrds quickly is a Combo box that finds the record that you select. It has the advantage that you do not have to type anything and therefore it does not search for records that do not exist.