AutoFill Controls

T

Tomm

I have a form that I am creating. The first control is a
drop down box that when I select a record (based on a
query), I want it to autofill textboxes from that record.

Example. The dropdown box has Employee ID based on a
query. When I choose one of the Employee ID's, I want it
to auto fill the First Lame, Last Name, Phone number of
that ID.

How can I do that? Any ideas.
 
J

JohnFol

Have the combo return the additional fields in columns of zero width. In the
control source of the other fields set it to =Combo.Column(1)
 
J

JohnFol

Alternatively, have a read up on "About AutoLookup queries that
automatically fill in data"
 

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