M mabino79 Member Local time Today, 15:10 Joined Nov 17, 2021 Messages 72 Dec 24, 2021 #21 have Sub Form containts product ID & Qty Want total of Qty which product selected on main form.
M mabino79 Member Local time Today, 15:10 Joined Nov 17, 2021 Messages 72 Dec 24, 2021 #22 is this solve the =DSum([Qty],[tblInventoryTransaction]![ProductCode]=[ProductCode])
M mabino79 Member Local time Today, 15:10 Joined Nov 17, 2021 Messages 72 Dec 26, 2021 #23 =[tblInventoryTransactionSubForm].[Form]![Text83] getting error retrieving value from sum form in main form
=[tblInventoryTransactionSubForm].[Form]![Text83] getting error retrieving value from sum form in main form
pbaldy Wino Moderator Staff member Local time Today, 02:40 Joined Aug 30, 2003 Messages 36,272 Dec 26, 2021 #24 Not much info to go on, but if you mean when the subform is empty try: Forms: #Error when the Subform has no records
Not much info to go on, but if you mean when the subform is empty try: Forms: #Error when the Subform has no records
D diari New member Local time Today, 02:40 Joined Mar 22, 2019 Messages 7 Dec 26, 2021 #25 mabino79 said: a është kjo zgjidhje =DSum ([Sasia],[tblInventoryTransaction]![Kodi i produktit]=[Kodi i produktit]) Click to expand... Expr1: DSum ("[Sasiah]-[Sasia]","Baza","[Barkode]='" & [Barkodi] & "'")
mabino79 said: a është kjo zgjidhje =DSum ([Sasia],[tblInventoryTransaction]![Kodi i produktit]=[Kodi i produktit]) Click to expand... Expr1: DSum ("[Sasiah]-[Sasia]","Baza","[Barkode]='" & [Barkodi] & "'")
D diari New member Local time Today, 02:40 Joined Mar 22, 2019 Messages 7 Dec 26, 2021 #26 mabino79 said: is this solve the =DSum([Qty],[tblInventoryTransaction]![ProductCode]=[ProductCode]) Click to expand... Expr1: DSum("[Qty]","tblInventoryTransaction","[ProductCode]='" & [ProductCode] & "'")
mabino79 said: is this solve the =DSum([Qty],[tblInventoryTransaction]![ProductCode]=[ProductCode]) Click to expand... Expr1: DSum("[Qty]","tblInventoryTransaction","[ProductCode]='" & [ProductCode] & "'")