F
FergusonH
I am trying to have different paragraphs displayed in a report based on
whether or not a claimant has more than one claim. I am using a subreport to
pull in the claims for the entity. How would I set up the syntax to do the
following?
Claim number field = [Claim]
Claim amount = [Amount]
Entity = [Company]
If claimant has one claim...
=[Company] & "Per our record, your claim " & [Claim] & "has the amount of "
& [Amount] & " please confirm this matches..."
But if the claimant has more than one claim, I need to use a different
paragraph and then insert each claim in the paragraph. The claims are just in
a query/subreport under the entity's number. How can I get access to list
the next claim?
ie :
=[Company] & "Per our record, you filed multiple claims. Claim number
[Claim] & "has the amount of " & [Amount] & " . Your second claim, claim
number " & [Claim] & "in the amount of " & [amount]
Does this make sense? Can you help me? I've already asked if we could just
display all claims in a nice little chart but the user insists this goes in a
paragraph form.
whether or not a claimant has more than one claim. I am using a subreport to
pull in the claims for the entity. How would I set up the syntax to do the
following?
Claim number field = [Claim]
Claim amount = [Amount]
Entity = [Company]
If claimant has one claim...
=[Company] & "Per our record, your claim " & [Claim] & "has the amount of "
& [Amount] & " please confirm this matches..."
But if the claimant has more than one claim, I need to use a different
paragraph and then insert each claim in the paragraph. The claims are just in
a query/subreport under the entity's number. How can I get access to list
the next claim?
ie :
=[Company] & "Per our record, you filed multiple claims. Claim number
[Claim] & "has the amount of " & [Amount] & " . Your second claim, claim
number " & [Claim] & "in the amount of " & [amount]
Does this make sense? Can you help me? I've already asked if we could just
display all claims in a nice little chart but the user insists this goes in a
paragraph form.