Hi,
I have a few forms that contain a command print button.
It works fine except for one thing. It seems that when it prints a report, the whole database seems to shut down.
This is the code I have in my on_click command print button:
DoCmd.OpenReport "rpt_frmDept", acViewNormal, , "[File]=Forms!frmDept!File"
I can not figure out why it is doing this. I have just recently switched to a frontend/backend database whereas before it was all together. I didn't have these problems until I converted it.
any ideas?
I have a few forms that contain a command print button.
It works fine except for one thing. It seems that when it prints a report, the whole database seems to shut down.
This is the code I have in my on_click command print button:
DoCmd.OpenReport "rpt_frmDept", acViewNormal, , "[File]=Forms!frmDept!File"
I can not figure out why it is doing this. I have just recently switched to a frontend/backend database whereas before it was all together. I didn't have these problems until I converted it.
any ideas?