Can you have different Dlookup values on a report by header? I have a report which dispalys certian people from multiple offices, grouped by office. I have a office header and am trying to use Dlookup to dispaly total number of people from that office, stored in a lookup table. Is this possible?
so if office is 3029 dispalyed in the office header, i would like the Dlookup function to fetch the total number of people in office 3029 and place on report...
=DLookUp("total","Lookup","BSONum = " & [BSO]) is not working.
thanks.
so if office is 3029 dispalyed in the office header, i would like the Dlookup function to fetch the total number of people in office 3029 and place on report...
=DLookUp("total","Lookup","BSONum = " & [BSO]) is not working.
thanks.