A
Angi
I have a search form for company listings. When it opens, it prompts
the user for a part of a company name. It works great, but the order
is wrong. Technically not wrong, but in a db with 1500 records,
scrolling for the right name is a pain.
ie: User puts in Brag.
Results are:
ABC Brag Co.
Brag Designs.
Is there anyway to bring up the ones that match the user's input first?
I've taken out all the Sort by's but then it defaults to sorting by
the customer # which is wrong too. I have to use the LIKE in case
someone enters the company differently, or wrong. We've run into the
problem where they couldn't find the name so they started a new company
file. Is this possible?
TIA!
Angi
the user for a part of a company name. It works great, but the order
is wrong. Technically not wrong, but in a db with 1500 records,
scrolling for the right name is a pain.
ie: User puts in Brag.
Results are:
ABC Brag Co.
Brag Designs.
Is there anyway to bring up the ones that match the user's input first?
I've taken out all the Sort by's but then it defaults to sorting by
the customer # which is wrong too. I have to use the LIKE in case
someone enters the company differently, or wrong. We've run into the
problem where they couldn't find the name so they started a new company
file. Is this possible?
TIA!
Angi