Data entry in form

T

Tony M

In order to make data entry easierin a form I want the
first and last name fields to be updated when an employee
number is entered. I have no difficulty doing this in
Excel via the H and Vlookup functions. Can you use a
lookup to do this in Access or is this achieved via code
only?

Thanks
TM
 
H

Hugh O'Neill

Tony said:
In order to make data entry easierin a form I want the
first and last name fields to be updated when an employee
number is entered. I have no difficulty doing this in
Excel via the H and Vlookup functions. Can you use a
lookup to do this in Access or is this achieved via code
only?

Thanks
TM


I would use a combo box to autocomplete the employee number and
retrieve the employee details. There's a wizard in the Toolbox that
sets this up for you.

hth

Hugh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top