associates
IS-IT--Management
Hi,
I have a quick question here. I have a form that has a listbox, combobox, and other buttons. In the listbox, there are 4 columns. The first column shows studentID then followed by name, and so on. I have a combobox that is designed to filter the listbox. Because the studentID in the student table is of type autonumber, I come into trouble when putting a wildcard like '*'. For example in the combobox that filters by studentID, i run into problem if i put in 10* to get all records that started with 10.
I know that i can just change the type of studentID from autonumber to text, but it'd take time. So is there any other way of getting around this issue?
Thank you in advance and look forward to hearing from you
I have a quick question here. I have a form that has a listbox, combobox, and other buttons. In the listbox, there are 4 columns. The first column shows studentID then followed by name, and so on. I have a combobox that is designed to filter the listbox. Because the studentID in the student table is of type autonumber, I come into trouble when putting a wildcard like '*'. For example in the combobox that filters by studentID, i run into problem if i put in 10* to get all records that started with 10.
I know that i can just change the type of studentID from autonumber to text, but it'd take time. So is there any other way of getting around this issue?
Thank you in advance and look forward to hearing from you