J
Jasmin Ouellet
Actually, my question is probably very simple, but I
can't figure out where/how to do it !
Here is my problem:
I have a table, with a field called "item" and another
one called "description"
In a form, I have a combo box (called "combo1"), that let
you choose an item from the "item" field. I want a text
box (called "description1") (or other object) to display
the description ( from the "description" field)
corresponding to value choosen in the combo box.
I wrote something similar to : (select [description1]
from [test]![description] where [combo1] = [test]!
[item]) this is placed in the "after update" of
my "combo1" object..
You guessed it, "test" is the name of the table !
If you have a solution, I'll be more than happy to hear
from you . if you have an example, feel free to send it
to me !
please send any reply to my E-mail address:
(e-mail address removed)
thanks !
can't figure out where/how to do it !
Here is my problem:
I have a table, with a field called "item" and another
one called "description"
In a form, I have a combo box (called "combo1"), that let
you choose an item from the "item" field. I want a text
box (called "description1") (or other object) to display
the description ( from the "description" field)
corresponding to value choosen in the combo box.
I wrote something similar to : (select [description1]
from [test]![description] where [combo1] = [test]!
[item]) this is placed in the "after update" of
my "combo1" object..
You guessed it, "test" is the name of the table !
If you have a solution, I'll be more than happy to hear
from you . if you have an example, feel free to send it
to me !
please send any reply to my E-mail address:
(e-mail address removed)
thanks !