G
Guest
Hi All,
I have a calculated field qoh = sum(Units*type) in my main form. I have
combobox on my mainform which has the ID and Itemno. When i click the Itemno
the corresponding values are displayed in the childform. I am able to receive
or issue that item and the QOH gets calculated.
Question:
How can i display this on a report for each item.
My table :
ItemMaster
ID-PK - autonumber
Itemno-text
ItemDescription
Stockno
Location
Transaction:
TranID-PK - autonumber
ItemID-FK same as ItemMaster
Units
Type
Can i refer the text feild were the qoh is calculated on a report.
thanks in advance.
I have a calculated field qoh = sum(Units*type) in my main form. I have
combobox on my mainform which has the ID and Itemno. When i click the Itemno
the corresponding values are displayed in the childform. I am able to receive
or issue that item and the QOH gets calculated.
Question:
How can i display this on a report for each item.
My table :
ItemMaster
ID-PK - autonumber
Itemno-text
ItemDescription
Stockno
Location
Transaction:
TranID-PK - autonumber
ItemID-FK same as ItemMaster
Units
Type
Can i refer the text feild were the qoh is calculated on a report.
thanks in advance.