automatically entering data in a form from another object

D

D8D8H

I have several lines of data needed in a new employee form which are always
the same. Currently, I look up the information from a table and fill in
several fields. I would like to know if there is a way to automate the
filling in of this data instead of having to enter the data every time. I
have used macros in Excel previously, but the macros in Access do not seem to
be what I am looking for.

Does anyone have any good ideas? And, if so how do I do it.
 
K

Klatuu

Could you just set your default values for the controls on your form to the
values specified in the table?
 
Top