Microsoft
Software
Hardware
Network
Question : Hide a pop up form to preview report?
I am using Access 2000. I would like to be able to preview a report that is printed from a pop up form- but the report comes up behind the form due to the pop-up setting. I know that of Office 2007, you can set the pop up property on reports, but we are still using office 2000. What is a suitable workaround? Can I hide the form in the on open event of the form and then unhide it in the report close? How to do that? Is there a better way? Thanks...
Answer : Hide a pop up form to preview report?
Sorry ... had a double paste
You mean like this:
Private Sub Report_Open(Cancel As Integer(
me.YourFormName.Visible = false
End If
Private Sub Report_Close()
me.YourFormName.Visible = True
End Sub
mx
Random Solutions
Unable cofigure ISA Server Proxy Email Alert
Query on field of type XML - Top-level attribute nodes are not supported
Re-enabling (Make this folder private) checkbox
Using access2007 runtime where target pc has office 2003
Import .frm into access using "Application.LoadFromText acForm.."
Workaround for 20 field limit for listboxes
Quickbooks PDF COnverter version
Exchange BD & Log
IIS6 to IIS7 while not replacing the IIS7 Default Site
VBA - IF Condition and Fill Down, added to existing code