J
JAS1924
I've searched and searched, can't find what I need. I'm a very basic user,
but am willing to write code if it's an easy walkthrough, or cut & paste.
Here's my dilemma:
I am trying to track our inventory for a wholesale nursery. Plants come in,
plants go out, and somehow I'm not able to see what I've got currently in
inventory. I've got my Invoices form tied to my products list. I've tried
performing a query that would add up all the times a particular item was
sold, then subtract that from what I've brought in. I actually know what I'm
doing wrong (for a change) but don't know how to do it right. What I've got
now is a report that's basically adding every instance of a sale (for
example: 100 - 4 sold PLUS 100 - 5 sold). My answer should be 91, but of
course, it's adding them up, so I show 191 in inventory. Very frustrating.
I'm also trying to decide if I should do an append query to update my total
available in the products table?
If anyone's got a template they use/like, or can just walk me through how to
make the query I'm looking for, I'd greatly appreciate.
Thanks.
but am willing to write code if it's an easy walkthrough, or cut & paste.
Here's my dilemma:
I am trying to track our inventory for a wholesale nursery. Plants come in,
plants go out, and somehow I'm not able to see what I've got currently in
inventory. I've got my Invoices form tied to my products list. I've tried
performing a query that would add up all the times a particular item was
sold, then subtract that from what I've brought in. I actually know what I'm
doing wrong (for a change) but don't know how to do it right. What I've got
now is a report that's basically adding every instance of a sale (for
example: 100 - 4 sold PLUS 100 - 5 sold). My answer should be 91, but of
course, it's adding them up, so I show 191 in inventory. Very frustrating.
I'm also trying to decide if I should do an append query to update my total
available in the products table?
If anyone's got a template they use/like, or can just walk me through how to
make the query I'm looking for, I'd greatly appreciate.
Thanks.