P
Proko
I use the before update event to find the old and new values of the bound
column of my combo box with:
cbo_mycombo.OldValue and cbo_mycombo.Value
But, is it posible to find the old and new values of an unbound column in
the combo box with something like cbo_mycombo.Column(2).Value.
Any help would be greatly appreciated.
column of my combo box with:
cbo_mycombo.OldValue and cbo_mycombo.Value
But, is it posible to find the old and new values of an unbound column in
the combo box with something like cbo_mycombo.Column(2).Value.
Any help would be greatly appreciated.