Combo Box Field List

T

Tal

Hello,

On my form, I have a keyClient combo box.
I have a query that contains various fields relating to the client.
I would like a combo box that enables the user to select between the fields
in this query for the specific client.
So, my rowsource would be the field list, but I want it to display the
information specific to the selected client.
To be very specific:
If the fields are:
[LastName]
[FirstName]
[MiddleName]
and my clients name is John Albert Smith
I would like the combo box to enable me to choose between
John
Albert
Smith


Is this possible?
Can I put some code into the AfterUpdate or LostFocus event of the original
client combo box.

Cheers,
Talia
 

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