Jeff Chahal Posted April 2, 2020 Posted April 2, 2020 Hi, Is it possible to search for an individual comic? For example if I wanted to add or remove Batman #36, can I just type in Batman 36 and have all the Batman 36's come up? Thanks in advance.
Steven L. Dasinger Posted April 2, 2020 Posted April 2, 2020 If you can do an Advanced Find, you can do this. It may take some playing with if you are not used to SQL. For example, with an Advanced Find type this into the Items Where box: I.[Title] = 'Batman' and I.[ItemNumber] = 36 You might want to include I.[QtyInStock] >= 1 for just Issues you own. I.[Title] LIKE '%Batman%' will find any Title that has Batman in it. ItemNumber is composed of different parts, Type, Variation, Issue Number, and Printing. If you just want the Issue Number part I.[IssueNum] = 36 will find Bk 36 , 36/A, 36-HC, 36-2, ect. You can't Add with a Find, however. You can bring it up and change the Qty in Stock, though.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now