cbo synchronization on continuous form

G

George

Hi to all,
I know how to synchronize two combo boxes. Is it possible to do the same
thing if they are on a continuous form?
thanks in advance, george
 
M

Michel Walsh

Hi,


In a continuous view, all the combo, under the same column,.... are just
one combo, the one of the row having the focus, except for very few
properties, like Value, OldValue and Format.

So, you "can" somehow, if the two combo are in the same row (and no
limit to list, because that would make other rows eventually "not in list"
if you modify the list), or if the combo are not in the detail section, but
definitively not if they are in different rows.



Hoping that makes sense
Vanderghast, Access MVP
 
Top