How can I make a report only display one report header based on criteria.. If the account number is 387 or 390 then display the the building header, else display the account header? Thanks
What is in the header now?
If I follow you, you have a field that has an "account header" is 387 or 390.
Ok so if "account number" = 387 then print "building header"
else if its 390 then print "account header"?
Create an unbound text box on your report and put it in the Header area.
put this in the source
=iif(me![account header]=387, "building header","account header"
DougP, MCP
dposton@universal1.com
Ask me how Bar-codes can help you be more productive.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.