P
Peter Stone
Access 2003, XP Pro, semi-novice
I presume that I need to solve this using a query.
I have a table "Expressions" where records are similar to the one below:
=[Preposition] & " " & [Vehicle] & "is" [Color]
I have another table "Words" similar to that below:
Record 1
Preposition: My
Vehicle: Car
Color: Blue
Record 2
Preposition: His
Vehicle: Bicycle
Color: Red
I list the expressions in a list box and select them into a textbox. By
selecting records from table "Words" by a combo box and displaying the fields
in hidden text boxes, I can get the following results in the textbox:
My Car is Red
His Bicycle is Blue
My question is:
Instead of viewing the expression results one-by-one in the textbox, how can
I display them all in a list box.
In case you're wondering why? My expressions are quite different from this:
longer, more complicated, and more varied. I gave this example to keep it
simple.
Thanks
Peter
I presume that I need to solve this using a query.
I have a table "Expressions" where records are similar to the one below:
=[Preposition] & " " & [Vehicle] & "is" [Color]
I have another table "Words" similar to that below:
Record 1
Preposition: My
Vehicle: Car
Color: Blue
Record 2
Preposition: His
Vehicle: Bicycle
Color: Red
I list the expressions in a list box and select them into a textbox. By
selecting records from table "Words" by a combo box and displaying the fields
in hidden text boxes, I can get the following results in the textbox:
My Car is Red
His Bicycle is Blue
My question is:
Instead of viewing the expression results one-by-one in the textbox, how can
I display them all in a list box.
In case you're wondering why? My expressions are quite different from this:
longer, more complicated, and more varied. I gave this example to keep it
simple.
Thanks
Peter