Cannot show related data

  • Thread starter Thread starter wayno
  • Start date Start date
W

wayno

Please help!!! i have been lost for days!! i am trying to get
information on how to get one field in a form to show one detail . I.e
Name, and the other field to show the relevant information from the
table i.e phone number. i need to use a combo box to select the name,
and i want the phone number field to show the persons phone number
automaticly. i am a basic user so simple terms would be appreiciated.
Thanks Wayne
 
If you make a copy of your combo box and use that for your phone number field.
In the criteria of the 2nd combo box where the name Field is put
[Forms]![Form name].[Combo box Name of first combo box] use the second field
for phone number and just display the second field

you will need code In your name combo box in the after update event builder
put
Me.Combo box Name of second combo box.Requery
 

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

Back
Top