E
Ethan
I am looking for help and ideas. I am building an
inventory database for salvaged vehicles and parts as well
as our cost, asking price, where we got it, and what we
did with it...all in all, I have 22 columns for each
item. Right now I have one big table with an alphanumeric
non- repeating series of inventory numbers (A100, A101,
A102...) as the primary key.
Ok...so now my questions.
1. I am trying to build a parameter query to pull up a
list of non-sequential inventory numbers, and it will not
work. Is a parameter query the best way? How do I get it
to work?
2. How do I put the pictures of the items in the table?
3. Can I make these into separate tables that are all
related by the inventory number as the primary key?
4. I also am attempting to create a Query that returns
records that have a yes in a yes/no field, is there a
quick reference cheat sheet for all of the expressions and
operators that can be used as criteria?
5. Any other advice is welcome.
Any help at all would be greatly appreciated
Thanks,
Ethan
inventory database for salvaged vehicles and parts as well
as our cost, asking price, where we got it, and what we
did with it...all in all, I have 22 columns for each
item. Right now I have one big table with an alphanumeric
non- repeating series of inventory numbers (A100, A101,
A102...) as the primary key.
Ok...so now my questions.
1. I am trying to build a parameter query to pull up a
list of non-sequential inventory numbers, and it will not
work. Is a parameter query the best way? How do I get it
to work?
2. How do I put the pictures of the items in the table?
3. Can I make these into separate tables that are all
related by the inventory number as the primary key?
4. I also am attempting to create a Query that returns
records that have a yes in a yes/no field, is there a
quick reference cheat sheet for all of the expressions and
operators that can be used as criteria?
5. Any other advice is welcome.
Any help at all would be greatly appreciated
Thanks,
Ethan