Searching Inventory By Description
Searching Inventory By Description
Is it possible to search through your inventory by the description? I have tried using an * but am unsuccessful. I have had to organize my inventory by the first word and it is a PIA. Let me know thanks.
- ricmorin
- 5K Holy Smokes Contributor
- Posts: 5997
- Joined: Mon Jul 25, 2005 10:11 am
- Location: New Hampshire
- Contact:
Re: Searching Inventory By Description
Yes you can. The wildcard character is %. So %tie as shown below will bring up all the records with tie in the description field.
Oh, and welcome to the forum.
Oh, and welcome to the forum.
Ric Morin - Volunteer Forum Moderator, Shop Owner, ASE Master L1
Motorcar Alternatives, LLC
603-622-6434 x203
www.motorcaralternatives.com
I find my life is a lot easier when I use Special Orders
Motorcar Alternatives, LLC
603-622-6434 x203
www.motorcaralternatives.com
I find my life is a lot easier when I use Special Orders
Re: Searching Inventory By Description
Wow, Simple solution, Thanks a lot.
Re: Searching Inventory By Description
Just curious, it doesn't really make a difference, but does anyone know why we use a % symbol as a wild card and not an * like most other programs?
- murraymotive
- 100 Club: Active Contributor
- Posts: 112
- Joined: Mon Nov 30, 2009 5:19 am
Re: Searching Inventory By Description
In SQL, % is a substitute for zero or more characters and _ is a substitute for a single character.motley06 wrote:Just curious, it doesn't really make a difference, but does anyone know why we use a % symbol as a wild card and not an * like most other programs?