Hi WorkinLady,
Try this, which assumes that there is one address per report page. If there are more than one it will not make any sense. Create a text box in the footer. Set its Source Control to =IIf([BadAddress],[Page],Null) where BadAddress is the Yes/No column that indicates there is a bad address.
Clifford Bass
"WorkinLady" wrote:
[Quoted Text] > I’m not sure how to put this question without confusing myself lol > I am working on a database at work and one of the managers had come to me > with this problem that I thought I could resolve. > They had created a form that is connected to a report and wanted it so if > the mailing address was incorrect that you would check off the tick box and > when the report opened with this information, rather then a Tick in the tick > box it could appear on the report as a page number in the footer. So that > customers don’t question the Tick on the report all they would only see a > page number. And when are team saw the page number they would know that we > need to correct the address. >
|