Sync Combo Boxes

S

SAC

I've synced two combo boxes by requerying the second one from the first
one's after_update event.

I see the correct choices in the second one, but when I attempt to select a
choice other than the first one in the list it always selects only the first
one.

What am I doing wrong?

Thanks.
 
Top