Eurekaonide
Active Member
- Joined
- Feb 1, 2010
- Messages
- 433
Hi All
Im hoping someone can help me please.
Im looking to be able to create a search box in Excel using formulas and Active X list box
I have two options for searches that could be carried out one is an ID which is numerical the other is a Name which would be Text.
I can create this for one search at a time only currently
A box for the user to put the search Word or part number in and a corresponding List box shows the results
However I cant seem to get this to work for either or the searches. Ive tried various ways of creating a reslts box then ptting in the results box an If statement with OR or AND and Nested If statements but one always overrides the other.
Basically the user needs to be able to search by a word or number and the result being the Name and ID from the corresponding table or a not found. But if they enter into both boxes (or one if it can be done in just one box) it needs to advise only one selection at a time.
Im trying to do this without VBA if I can
Thanks
Im hoping someone can help me please.
Im looking to be able to create a search box in Excel using formulas and Active X list box
I have two options for searches that could be carried out one is an ID which is numerical the other is a Name which would be Text.
I can create this for one search at a time only currently
A box for the user to put the search Word or part number in and a corresponding List box shows the results
However I cant seem to get this to work for either or the searches. Ive tried various ways of creating a reslts box then ptting in the results box an If statement with OR or AND and Nested If statements but one always overrides the other.
Basically the user needs to be able to search by a word or number and the result being the Name and ID from the corresponding table or a not found. But if they enter into both boxes (or one if it can be done in just one box) it needs to advise only one selection at a time.
Im trying to do this without VBA if I can
Thanks