J
JamesJ
Any advantages to using a value list or a table to populate a combo box?
I have a combo box on a form populated with a value list with 9 items. In
the AfterUpdate of the cbo I'm using Select Case to run code pending the
selection made in the cbo.
At this time I have no intentions of changing, adding or removing any of
these
items. Is there something I'm missing that would make using a table for
these
values more advantageous?
Thanks ahead of time,
James
I have a combo box on a form populated with a value list with 9 items. In
the AfterUpdate of the cbo I'm using Select Case to run code pending the
selection made in the cbo.
At this time I have no intentions of changing, adding or removing any of
these
items. Is there something I'm missing that would make using a table for
these
values more advantageous?
Thanks ahead of time,
James