robmkimmons
Technical User
I have Table [tblColors] which has a listing of colors available to items. Some items have more than one color to them. I want to be able to combine more than one color to a particular item in the [tblProducts] table into ONE TEXT STRING on a bound form.
tblProducts
Item# 453
tblColors
Item# Color
453 Red
453 Blue
453 Slvr
So on my form it would look something like:
Item#453
These together in one text box >>>{Red, Blue, Slvr}
MUCH THANKS!
~Rob
If we expect the unexpected, does that make the unexpected... well, expected?
tblProducts
Item# 453
tblColors
Item# Color
453 Red
453 Blue
453 Slvr
So on my form it would look something like:
Item#453
These together in one text box >>>{Red, Blue, Slvr}
MUCH THANKS!
~Rob
If we expect the unexpected, does that make the unexpected... well, expected?