This seems like it should be so easy. I want to group first by state, then by city to show all members that I have no address in the address field. I cannot get it to run correctly. Please help.
I have group header 1 as state, group header 2 as city and then I have isnull ({tblEmployee.address1}) and
{tblMemberStatus.is_active_ind} to show me all active members with no address. What am I doing wrong?
I have group header 1 as state, group header 2 as city and then I have isnull ({tblEmployee.address1}) and
{tblMemberStatus.is_active_ind} to show me all active members with no address. What am I doing wrong?