L
leon
I have table called tbl_all_data in which a record is uniqely defined
by four columns being:
Date, Name, Account and Counterparty. What i need to build is a form
(which is bound to the earlier mentioned table) in which a user can
navigate to every specific record he wants by using comboboxes. This
means that there should be four comboboxes, to be able to get to every
single record. I now how to do this if there is only one combobox
needed but with 4 comboboxes this is a whole different ball game since
the number of available choices in every combobox should be limited by
the choice made in a previous combobox. Further more, I only want to
see every value once: for example there are only two possible names
--> therefore in the names combobox dopdown i only want to see each
name ones and not a 100 times if there a 100 records with the same
name.
Does anyone know how to do this, which code i have to enter in the
four comboxes?
by four columns being:
Date, Name, Account and Counterparty. What i need to build is a form
(which is bound to the earlier mentioned table) in which a user can
navigate to every specific record he wants by using comboboxes. This
means that there should be four comboboxes, to be able to get to every
single record. I now how to do this if there is only one combobox
needed but with 4 comboboxes this is a whole different ball game since
the number of available choices in every combobox should be limited by
the choice made in a previous combobox. Further more, I only want to
see every value once: for example there are only two possible names
--> therefore in the names combobox dopdown i only want to see each
name ones and not a 100 times if there a 100 records with the same
name.
Does anyone know how to do this, which code i have to enter in the
four comboxes?