nicholas.eyerly
New Member
I'm developing a program to create a sign out record for parts from an existing SQL inventory database. Parts will be identified by scanning a PartID barcode or searching by location and part number. I'm wondering if it is possible to do the following, regarding the inventory search:
- Filter items containing what is entered into the local field (ex: searching "12345" would find parts "12345A", 12345-6", etc. for the user to select from the grid)
- Leaving a local field empty while using the AND condition (ex: having the ability to search for a part number while leaving the location blank, and to search for a part number within a given location) This would be doable with "contains" filter operators and AND logic, so the answer to the first may clear this up