M
moosecck
Hello,
Using Access 2003. I have a report called rpt_Declined_Letter which is
based on a table called tbl_MailMerge_Declined. These reports are
letters which are sent to a customer when we decline their credit
application. We use the following fields as the customer address.
[T&S Signor]
[Corporate Name]
[DBA/Trade Name]
[Billing Address]
=Trim([Billing City] & (", "+[Billing State]) & " " & [Billing Zip])
My problem is when [Corporate Name] = [DBA/Trade Name] I need to have
the [DBA/Trade Name] textbox blank and have the textboxes underneath
the [DBA/Trade Name] textbox move up 1 line. The credit department
enters the application data into the MailMerge_Declined table from
paper applications and if they don't have a "do business as" ([DBA/
Trade Name]) they will enter the Corporate Name in the DBA/Trade Name
spot. We don't want the customer to see double entries when they get
the letter. I have tried using the Hide Duplicates properties but it
doesn't seem to work in this case. Any help will be greatly
appreciated.
Thanks,
Tom
Using Access 2003. I have a report called rpt_Declined_Letter which is
based on a table called tbl_MailMerge_Declined. These reports are
letters which are sent to a customer when we decline their credit
application. We use the following fields as the customer address.
[T&S Signor]
[Corporate Name]
[DBA/Trade Name]
[Billing Address]
=Trim([Billing City] & (", "+[Billing State]) & " " & [Billing Zip])
My problem is when [Corporate Name] = [DBA/Trade Name] I need to have
the [DBA/Trade Name] textbox blank and have the textboxes underneath
the [DBA/Trade Name] textbox move up 1 line. The credit department
enters the application data into the MailMerge_Declined table from
paper applications and if they don't have a "do business as" ([DBA/
Trade Name]) they will enter the Corporate Name in the DBA/Trade Name
spot. We don't want the customer to see double entries when they get
the letter. I have tried using the Hide Duplicates properties but it
doesn't seem to work in this case. Any help will be greatly
appreciated.
Thanks,
Tom