CompuSolve
Programmer
Hi -
Typically in all my reports I put:
This is so that the report opens maximized. However, when I do this, I don't get a taskbar entry for the report. I can see it in the "Window" menu in Access, but can't get to it by using Alt-Tab or selecting a program from the Taskbar.
If I don't use the maximize code, I do get a Taskbar entry.
Question: How can I open a report maximized and still get an entry in the taskbar?
TIA,
Eric
Typically in all my reports I put:
Code:
Private Sub Report_Activate()
DoCmd.Maximize
End Sub
This is so that the report opens maximized. However, when I do this, I don't get a taskbar entry for the report. I can see it in the "Window" menu in Access, but can't get to it by using Alt-Tab or selecting a program from the Taskbar.
If I don't use the maximize code, I do get a Taskbar entry.
Question: How can I open a report maximized and still get an entry in the taskbar?
TIA,
Eric