Automatically Populate a Field

G

Guest

I want to

*Type in someones surname in the Surname field within a form
*The database to lookup the staff information table
*Locate their Staff ID
*Automatically populate the Staff ID field within the same form

Please help xx
 
S

SusanV

Hi Sarah,

Instead of a textbox control, I would use an unbound dropdown combobox
looking up the surname in the staff info table. (The user can type part of
the name and it will autofill the first match, making it user-friendly and
avoiding typos). Then in the after update event of the combobox, you can set
the autofill of the ID.
 

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