B
Barry A&P
I am trying to calculate available inventory on a datasheet form.
I have
T_PartNumbers with PNID (pk) and PartNumber (plus some other irrelevant
Fields)
T_InventoryTransactions TransID (pk), PNID (fk), QtyRecieved, QtySold.
F_BrowseParts A datasheet Form that displays a Filtered list of PartNumber
records.
I am trying to create a control on my F-Browseparts that will show the Sum?
of all Inventory transactions for the PNID on the datasheet.
so my datasheet would contain..
PNID, Description, QtyAvailable
Calculated control sum of all records from
T_InventoryTransactions (QtyRecieved-QtySold) where PNID matches This record)
Any help would be appreciated
I have
T_PartNumbers with PNID (pk) and PartNumber (plus some other irrelevant
Fields)
T_InventoryTransactions TransID (pk), PNID (fk), QtyRecieved, QtySold.
F_BrowseParts A datasheet Form that displays a Filtered list of PartNumber
records.
I am trying to create a control on my F-Browseparts that will show the Sum?
of all Inventory transactions for the PNID on the datasheet.
so my datasheet would contain..
PNID, Description, QtyAvailable

T_InventoryTransactions (QtyRecieved-QtySold) where PNID matches This record)
Any help would be appreciated