Please Help I am new at writing expressions in expression builder ,I have a tab form with 3 tabs I am trying to show the totals of job collected from the tabs at the bottom of the first tab. This is what I wrote and I keep getting an #Error.
=DLookUp("[total Travel Hrs]","Time card extended","[SCNID]=" & nz([id],0))
=DLookup(“[Field in Query]”,”[Query]”,”[Field in Query]=”&nz([local ID],0))
Thanks
=DLookUp("[total Travel Hrs]","Time card extended","[SCNID]=" & nz([id],0))
=DLookup(“[Field in Query]”,”[Query]”,”[Field in Query]=”&nz([local ID],0))
Thanks