Hi Guys
I have a form "JobForm1" with a sub form "JobSubForm1" and I am trying to do a Dsum to look up the total Balance from another table
the code I am using is:
but I can't get it to workCode:Me.Balance = DSum("[TotalDebit]", "Activity", "[JobID] = '" & Forms![JobForm1]![JobSubForm1]![JobID] & "'")
any ideas?
Cheers
Jackie