G
Guest
Hey
My knowledge of access is 1 day old please excuse this question if it seems
common sense.
I have a form with combo box saying "person"
then I have a textbox below it saying "age" right,
Person is populated through a query saying "select person from members"
Once I select the person name from the dropdown I now "expect" to see his
age populated in the textbox.
In order to do that I wrote a query that returns the age of the person
according to the value in the box, now this works fine when I'm using a combo
box instead of a textbox to show the name.
When I use textbox I can't even get the option to specify it's data , so I
tried use a listbox, this doesn't work either but if my control is a combo
box the moment I change the name that age is display accordingly...
The effect that I want to achieve is having the age displayed in a read only
textbox once I select the person. What is the best way of doing this.
TIA
My knowledge of access is 1 day old please excuse this question if it seems
common sense.
I have a form with combo box saying "person"
then I have a textbox below it saying "age" right,
Person is populated through a query saying "select person from members"
Once I select the person name from the dropdown I now "expect" to see his
age populated in the textbox.
In order to do that I wrote a query that returns the age of the person
according to the value in the box, now this works fine when I'm using a combo
box instead of a textbox to show the name.
When I use textbox I can't even get the option to specify it's data , so I
tried use a listbox, this doesn't work either but if my control is a combo
box the moment I change the name that age is display accordingly...
The effect that I want to achieve is having the age displayed in a read only
textbox once I select the person. What is the best way of doing this.
TIA