A
Ayo
I need help with something. I don't know if it is possible. I have 2
cmbBoxes and two cmdButtons. The cmdButtons are surposed to run FindRecord
and FindNext methods when clicked based on the search criteria set in one of
the cmbBoxes.
What I want to do is bound one of the cmbBoxes to the table's fields and
the second cmbBox to the list of, unique, data in each in each field.
So, this is how is surpose to work, I select a field name in cmbBox1 and I
want the available selection in cmbBox2 to be the list of, unique, data in
the corresponding field selected in cmbBox1. Once the selection is made, I
would click on the FindRecord cmdButton to search through the database using
cmbBox2 as my search criteria.
I can figure out the cmdButton codes. I just need help with the cmbBoxes. If
anone out there knows how I can do this please help.
Thank you.
Ayo
cmbBoxes and two cmdButtons. The cmdButtons are surposed to run FindRecord
and FindNext methods when clicked based on the search criteria set in one of
the cmbBoxes.
What I want to do is bound one of the cmbBoxes to the table's fields and
the second cmbBox to the list of, unique, data in each in each field.
So, this is how is surpose to work, I select a field name in cmbBox1 and I
want the available selection in cmbBox2 to be the list of, unique, data in
the corresponding field selected in cmbBox1. Once the selection is made, I
would click on the FindRecord cmdButton to search through the database using
cmbBox2 as my search criteria.
I can figure out the cmdButton codes. I just need help with the cmbBoxes. If
anone out there knows how I can do this please help.
Thank you.
Ayo