Return data

D

dan

I have a form and would like the user to type in their employee # and have
all there vital info returned. Can you help?
 
J

JPC

Base your form on a parameter query that requests the employee # and displays
info associated with that #.
 
Top