A
Adam
Hi,
The form has a Combo box that when it is opened, it
provides a list of items (say, 15 rows, 5 columns). A
SELECT statement is used in the Row Source in properties.
Because it is bound to a particular column, say 1, it
returns the value from that particular column once
selected.
Is it possible to return all of the values by way of
merging all the values in the row together into the one
single combo text box once accepted?
It's similar to using a statement like:
=Forms!abc!CustNo &", "& Forms!abc!CustName
in the default value line, but I'm trying to do the same
with the SELECT statement in a combo box.
Can this be done, may I ask?
Thanks for your help.
Adam
The form has a Combo box that when it is opened, it
provides a list of items (say, 15 rows, 5 columns). A
SELECT statement is used in the Row Source in properties.
Because it is bound to a particular column, say 1, it
returns the value from that particular column once
selected.
Is it possible to return all of the values by way of
merging all the values in the row together into the one
single combo text box once accepted?
It's similar to using a statement like:
=Forms!abc!CustNo &", "& Forms!abc!CustName
in the default value line, but I'm trying to do the same
with the SELECT statement in a combo box.
Can this be done, may I ask?
Thanks for your help.
Adam