Here's my problem:
I have OrgName field in a form. The subform on this form has the actual CtrName field. The CtrName field is only filled in if it is different from the OrgName. When pulling the query for labels, I need the query to pull the correct name (address/city/state/zip will be same for both). If the CtrName is blank, I need the query to use the OrgName. If the CtrName is completed, I need the query to use that field rather than the OrgName. This sounds like an If statement to me; but that's beyond my knowledge. How can I get this to work for my users?
Thanks
I have OrgName field in a form. The subform on this form has the actual CtrName field. The CtrName field is only filled in if it is different from the OrgName. When pulling the query for labels, I need the query to pull the correct name (address/city/state/zip will be same for both). If the CtrName is blank, I need the query to use the OrgName. If the CtrName is completed, I need the query to use that field rather than the OrgName. This sounds like an If statement to me; but that's beyond my knowledge. How can I get this to work for my users?
Thanks