stevemccauley
Registered User.
- Local time
- Today, 19:38
- Joined
- Aug 8, 2001
- Messages
- 75
I have a continuous subform that uses the DLookUp function in each of its records. In the footer of the form I would like to have the sum of these records. I used this formula, but I don't know if DLookUp can be combined with the SUM function:
=Sum(DLookUp("[FixCost]","List_Ports","[Port]=Forms!A_Main!B_Port.Form!Port"))
What could be wrong?
=Sum(DLookUp("[FixCost]","List_Ports","[Port]=Forms!A_Main!B_Port.Form!Port"))
What could be wrong?