Access reports

G

Guest

Is it possible to write text in access reports which has the ability to call
in field information.

ie denial date field....

want to have the following:
Your application has been reviewed and it does not qualify for exemption.
Starting (insert denial date automatically) you will be charge taxes.
 
F

fredg

Is it possible to write text in access reports which has the ability to call
in field information.

ie denial date field....

want to have the following:
Your application has been reviewed and it does not qualify for exemption.
Starting (insert denial date automatically) you will be charge taxes.

Using an unbound text control, set it's control source to:

= "Your application has been reviewed and it does not qualify for
exemption. Starting " & [denial date] & " you will be charge taxes."

Of course the [Denial Date] field must be included in the report's
record source.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top