E
enrico via AccessMonster.com
can you use a case statement on a combobox? for example, i have 2 comboboxes
(combobox 1 and combobox 2)
if the value of combobox 1 is "new york" then values of combobox 2 are "a, b,
c, etc."
if the value of combobox 1 is "new jersey" then values of combobox 2 are "x,
y, z, etc."
how will i state it as a select statement?
(combobox 1 and combobox 2)
if the value of combobox 1 is "new york" then values of combobox 2 are "a, b,
c, etc."
if the value of combobox 1 is "new jersey" then values of combobox 2 are "x,
y, z, etc."
how will i state it as a select statement?