Min Max options in Access 2007 adp reports not showing

R

Rich K

I have an access adp which I developed in 2003 with sql server 2000.

I have with great success developed and deployed this app to run with Access
2003 Runtime. I would like this app to move to the Access 2007 runtime, and
most of the testing has gone well and the issues have been minor. One issue
remains which my client is being stubborn (and rightfully so) that needs to
be addressed.

When I open all reports with this statement:

DoCmd.OpenReport stDocName, acPreview, , stLinkCriteria

or

DoCmd.OpenReport stDocName, acViewPreview, , stLinkCriteria


the reports open and render as expected, except that the minimize and
restore/maximize options do not appear next to the x button at the top of the
report. Having these appear is considered a requirement.

Any suggestions on how to deal with this would be appreciated.

Thanks in advance,
Rich
 

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