
Originally Posted by
June7
Oh, your post referenced both top-right and top-left so was a bit confusing.
The button closes form or report (you said 'form')?
Why not just use the intrinsic X close?
Since reports are not intended to be interactive, MS thought it made sense not to offer same options on reports that are available on forms. Forms can be manipulated by code or property settings even after opened but reports are different animals. Just can't do some things, not even with VBA. Altering a report after it is rendered is one of those things.