Hi everybody!
I have 2 comboboxes in my form.
When I select a value in the first one, I want to populate the second one with values from a table where the criteria is the value selected in the first one, something like:
select * from media where media.CID = me!combo1.column(0)
How shell I proceed?
Thanks a lot.
Durug
I have 2 comboboxes in my form.
When I select a value in the first one, I want to populate the second one with values from a table where the criteria is the value selected in the first one, something like:
select * from media where media.CID = me!combo1.column(0)
How shell I proceed?
Thanks a lot.
Durug