Text box update - simple problem

C

CH33CH

I am trying to update a "Date of Birth" text box on my "Sick Calls" form after the user chooses a name (from a combo box) they want to work with. I basically want the text box to display the persons DOB after the user selects the persons name. I have tried a number of queries and expressions and went deep into the online help to no avail..
Can someone break down the method to pull this kind of thing off?
Thanks much!
 
C

Cheryl Fischer

Here is a link explaining how to populate controls on a form using a
multi-column combo box:

http://support.microsoft.com/default.aspx?scid=kb;en-us;319482#appliesto

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


CH33CH said:
I am trying to update a "Date of Birth" text box on my "Sick Calls" form
after the user chooses a name (from a combo box) they want to work with. I
basically want the text box to display the persons DOB after the user
selects the persons name. I have tried a number of queries and expressions
and went deep into the online help to no avail...
 
Top