I am creating an auto dealer association member roster. My report is coming from two tables: Members and MemberContacts
I want to list members and contact names as follows:
[DealershipName]
[Address]
[City], [St] [Zip]
Owner: [OwnerFN] [OwnerLN]
Service Manager: [SvMgrFN][SvMgrLN]
Cashier: [CashierFN] [CashierLN]
If there is no data in a contact field (i.e. no Service Manager listed in my table) how can I make the report print only the fields that contain data.
So I would want the above to look like this:
[DealershipName]
[Address]
[City], [St] [Zip]
Owner: [OwnerFN] [OwnerLN]
Cashier: [CashierFN] [CashierLN]
Without skipping a line between Owner and Cashier.
My knowledge is pretty limited and would appreciate any help on this. Thank you
I want to list members and contact names as follows:
[DealershipName]
[Address]
[City], [St] [Zip]
Owner: [OwnerFN] [OwnerLN]
Service Manager: [SvMgrFN][SvMgrLN]
Cashier: [CashierFN] [CashierLN]
If there is no data in a contact field (i.e. no Service Manager listed in my table) how can I make the report print only the fields that contain data.
So I would want the above to look like this:
[DealershipName]
[Address]
[City], [St] [Zip]
Owner: [OwnerFN] [OwnerLN]
Cashier: [CashierFN] [CashierLN]
Without skipping a line between Owner and Cashier.
My knowledge is pretty limited and would appreciate any help on this. Thank you