Hi,
Did a search but couldn't find the answer. I have a combo box that has a recordset from a table that has over 80,000 records. Of course not all records can be listed in the dropdown. So I was going to break the combo box into two combo boxes.
The first box will contain the text and the second will contain just the numbers.
The text field contains some of the following:
TM 9-234-456-5
JOINT PUBS 346-65.67
DA FORM 34654
As you can see the text part is not a set length. However the text part will always be first. So I would like the first combo box to show the text part only, and the second box would show only the number part that relates to the text part. I know how to do multi combo boxes to limit the list on the second box using the criteria from the first box.
I don't know how to separate the text portion from the number portion though.
Thanks for any help
Did a search but couldn't find the answer. I have a combo box that has a recordset from a table that has over 80,000 records. Of course not all records can be listed in the dropdown. So I was going to break the combo box into two combo boxes.
The first box will contain the text and the second will contain just the numbers.
The text field contains some of the following:
TM 9-234-456-5
JOINT PUBS 346-65.67
DA FORM 34654
As you can see the text part is not a set length. However the text part will always be first. So I would like the first combo box to show the text part only, and the second box would show only the number part that relates to the text part. I know how to do multi combo boxes to limit the list on the second box using the criteria from the first box.
I don't know how to separate the text portion from the number portion though.
Thanks for any help