Report Command Buttons

R

RCB

Hello,

I can not get my command buttons on a report to display
the On Click event properties - or any event or data
information.

Do you have any suggestions.

Thanks
 
S

Steve Schapel

RCB,

I wasn't even aware that you could put a command button on a report,
but in response to your question I tried it, and yes, it is possible.
But when would you want to click on a command button on a report? A
report is for presentation/printing of data. Correct me if I am
wrong, but anything you can do with a command button, as far as I can
see, would be applicable to a form and not a report.

- Steve Schapel, Microsoft Access MVP
 
R

Rick Brandt

RCB said:
Hello,

I can not get my command buttons on a report to display
the On Click event properties - or any event or data
information.

Reports when viewed on-screen are just "pictures". You cannot interact with
them as you can a form. No Hyperlinks, Buttons, etc. will work. My guess is
that since a button on a report couldn't possibly "do" anything that Access
doesn't expose event properties for them.
 

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