J
JT
I am attempting to run a report to give an inventory level for an inventory
of forms
I have a starting count for my forms, forms are added and sent out at random
intervals. When the report is opened. Here is all I need to see
Form # Form Name Current Inventory Level
I have created 2 queries that run successfully - one to add new receipts to
start inv and one to subtract forms sent out. But, I am going crazy trying to
get a accurtate stock level - Start Inventory - amount sent out + additional
receipts. It seems that it should be obvious, but I'm just missing it.
Here are the tables I have
tblForms:
FormNumber
FormName
StartInventory
tblAddInv:
ID(autonumber)
DateAdded
FormNumber
AmountAdded
tblOrderDetails: (subform for data entry)
OrderID(autonumber)
LineNumber (for subform use - multiple forms per order)
FormNumber
QtySent
DateShipped
Thanks for any help
of forms
I have a starting count for my forms, forms are added and sent out at random
intervals. When the report is opened. Here is all I need to see
Form # Form Name Current Inventory Level
I have created 2 queries that run successfully - one to add new receipts to
start inv and one to subtract forms sent out. But, I am going crazy trying to
get a accurtate stock level - Start Inventory - amount sent out + additional
receipts. It seems that it should be obvious, but I'm just missing it.
Here are the tables I have
tblForms:
FormNumber
FormName
StartInventory
tblAddInv:
ID(autonumber)
DateAdded
FormNumber
AmountAdded
tblOrderDetails: (subform for data entry)
OrderID(autonumber)
LineNumber (for subform use - multiple forms per order)
FormNumber
QtySent
DateShipped
Thanks for any help