First, how are your tables set up?
To use "autofill" feature, you must have a specific table structure.
I'll assume an Employee, Time Card scenario.
Table: Employees
Field:EmpNumber - Indexed, Primary Key
Field:FIrstName
Field:LastName
etc.
Table: Time Card Data
Field:EmpNumber - Related...