Hi all!
I've got a very simple problem, but still can not solve it at all.
There is a ComboBox bounded to a field of a table and contains all records the table currently has (all values are unique).
When user choose a value from ComboBox, it is necessary to find out, which record have been chosen (record number e.g.) to make other form controls to point to the record and display corresponding values. (The ComboBox is being used as a record browser).
I've got a very simple problem, but still can not solve it at all.
There is a ComboBox bounded to a field of a table and contains all records the table currently has (all values are unique).
When user choose a value from ComboBox, it is necessary to find out, which record have been chosen (record number e.g.) to make other form controls to point to the record and display corresponding values. (The ComboBox is being used as a record browser).