Condo Boxes

C

Cindy

How do I synchronize a condo box with the rest of my form? It is the primary
key and is used for Client Name. When I pick a client from the drop down
list, the corresponding information for that client does not change.
 
A

Allen Browne

You must use an unbound combo for the purpose of choosing a client and
moving to their record.

There is a Combo Wizard to help you do this, or you can copy the code from
this link:
Using a Combo Box to Find Records
at:
http://allenbrowne.com/ser-03.html
 
Top