L
L Balogh
Question:
In a table the first field is the Customer number and the
second field is the Customer name. I want to create a
single combo box so it will accept both the customer
number or the name and search accordingly.
Say I first type in a number, the box will recognise to
use the Number field for search, if I type an alpha
character it will recognise it and search on the name
field. I'm experienced with VB coding. The AVB code looks
the same for both type of combo box, the only difference
is in the 'Colunm width' if you search by nuber usually
the first column and the column length is set to zero.
In a table the first field is the Customer number and the
second field is the Customer name. I want to create a
single combo box so it will accept both the customer
number or the name and search accordingly.
Say I first type in a number, the box will recognise to
use the Number field for search, if I type an alpha
character it will recognise it and search on the name
field. I'm experienced with VB coding. The AVB code looks
the same for both type of combo box, the only difference
is in the 'Colunm width' if you search by nuber usually
the first column and the column length is set to zero.