kabir_hussein
Registered User.
- Local time
- Today, 10:42
- Joined
- Oct 17, 2003
- Messages
- 191
Hi i have a form and a subform within it.
the sum form has some invoice numbers which i would like to total up. However i would like to calculate it minus the total ordered. The total ordered is on the main form and the total value of invoice is on the sub form
here is the SQL i am using but it dont seem to work.
=[Total Cost]-Sum([invoicefrm1].Form![Value Of Invocie])
however i only get an error mesage. if i do the calcualtion using a text box on the sub form it works but not on the main form. any suggestion where i could be going wrong
Regards
kabir
the sum form has some invoice numbers which i would like to total up. However i would like to calculate it minus the total ordered. The total ordered is on the main form and the total value of invoice is on the sub form
here is the SQL i am using but it dont seem to work.
=[Total Cost]-Sum([invoicefrm1].Form![Value Of Invocie])
however i only get an error mesage. if i do the calcualtion using a text box on the sub form it works but not on the main form. any suggestion where i could be going wrong
Regards
kabir