D
dpdeleon
I"ve created a value list programmatically for a drop down by concatenating
values. I've noticed that when I use a list such as
rowsource = "item1, item2, item3"; item4;item5
item1, item2, and item3 are separated in the dropdown
Whereas
rowsource="item1/item2/item3";"item4";"item5"
keeps item1, item2, and item3 together in the dropdown.
Is this correct behaviour on the part of Access?
values. I've noticed that when I use a list such as
rowsource = "item1, item2, item3"; item4;item5
item1, item2, and item3 are separated in the dropdown
Whereas
rowsource="item1/item2/item3";"item4";"item5"
keeps item1, item2, and item3 together in the dropdown.
Is this correct behaviour on the part of Access?