P
Phil
Hi,
This is a simple example of that I would like to do:
Name table:
Code name
1 Joe
1 Mary
3 Judy
2 Mike
Status table:
Code Status
1 Married
2 Single
3 unknown
I have a form with a combox box and a text box. The combo
box pulls from the Name table. When I select a person
from the name combo box I want the text box to show their
status. For Example: If I select Mary in the combo box
the text box would show Married.
I would think this is simple and when someone tells me how
to do it I will probably feel dumb.
Thanks,
Phil
This is a simple example of that I would like to do:
Name table:
Code name
1 Joe
1 Mary
3 Judy
2 Mike
Status table:
Code Status
1 Married
2 Single
3 unknown
I have a form with a combox box and a text box. The combo
box pulls from the Name table. When I select a person
from the name combo box I want the text box to show their
status. For Example: If I select Mary in the combo box
the text box would show Married.
I would think this is simple and when someone tells me how
to do it I will probably feel dumb.
Thanks,
Phil