E
Evi
My subform has a list of names which are in combo boxes. The form contains
EspID and the combo which is bound to EspID but shows the word rather than
the ID field.
If I right-click this field, I can enter >ro and filter out any names which
come before ro...
But is there a way of doing this in code?
At the moment, I have a second subform in my main form which is linked to a
table that acts as a bookmark so I can type say ro into this and when the
form opens, it will use DLookup to find the EspID of the word that is
greater than ro and find this in my subform using FindFirst, but I can't
figure out a way of filtering the subform to only show those words which are
greater than ro. I thought that putting a text box in my form with
=cboEnglish.Column(1)
so that it displays the text part of the combo box would work but neither
Filter nor FindFirst recognise this text box.
Any suggestions?
Evi
EspID and the combo which is bound to EspID but shows the word rather than
the ID field.
If I right-click this field, I can enter >ro and filter out any names which
come before ro...
But is there a way of doing this in code?
At the moment, I have a second subform in my main form which is linked to a
table that acts as a bookmark so I can type say ro into this and when the
form opens, it will use DLookup to find the EspID of the word that is
greater than ro and find this in my subform using FindFirst, but I can't
figure out a way of filtering the subform to only show those words which are
greater than ro. I thought that putting a text box in my form with
=cboEnglish.Column(1)
so that it displays the text part of the combo box would work but neither
Filter nor FindFirst recognise this text box.
Any suggestions?
Evi