P
Pass-the-Reality
I have a table with Social Numbers. In my query I have The Field Name Social
Numbers and the criteria set as [Enter Social Number]. If the social entered
is in the table, the query populates with Social Number listed. However, if
the Social Number is not listed in the table, the query populates with a
blank cell. I want the query to populate with "No Social Listed".
I tried using SN:IIf([Social Numbers]=[Enter Social Number],[Social
Numbers],"No Social Listed")
The database can have dupliate socials so I had to set the Total to Group
By. So if the social was listed, I was getting two entries, one entry with
the Social Number and one entry with "No Social Listed".
How can I get 1 response. Either the Social Number or "No Social Listed"?
Numbers and the criteria set as [Enter Social Number]. If the social entered
is in the table, the query populates with Social Number listed. However, if
the Social Number is not listed in the table, the query populates with a
blank cell. I want the query to populate with "No Social Listed".
I tried using SN:IIf([Social Numbers]=[Enter Social Number],[Social
Numbers],"No Social Listed")
The database can have dupliate socials so I had to set the Total to Group
By. So if the social was listed, I was getting two entries, one entry with
the Social Number and one entry with "No Social Listed".
How can I get 1 response. Either the Social Number or "No Social Listed"?