OK, I've looked everyplace for this... can't find anything explained. I'm working on an inventory DB. I need to add another feature. Ability to value using FIFO. The method I will follow is by having an auto number field for each item purchase, or "lot" of items purchased. Maybe "LotInID" or as I have it now... "OrderID" and "ReceivedDate"
My problem is I am not deep enough into VBA to code this one. My example would be like this.... I purchase 5 widgets in Lot #1 for $6.00 each. I purchase 5 more widgets in Lot#2 for $7.00 each. Now I sell 7 widgets. My remaining inventory should be 3 widgets @ $7.00 each.
Can anyone show me how this would work??
Thanks
My problem is I am not deep enough into VBA to code this one. My example would be like this.... I purchase 5 widgets in Lot #1 for $6.00 each. I purchase 5 more widgets in Lot#2 for $7.00 each. Now I sell 7 widgets. My remaining inventory should be 3 widgets @ $7.00 each.
Can anyone show me how this would work??
Thanks