I get so many helpful comments here I tough I would ask if making the Report Menu Bar docked at top of report window possible?
my code is currently
Thanks
Coldan
Endif
my code is currently
Code:
oRepForm = Createobject("Form")
With oRepForm
.Caption = ''
.WindowState = 2 && This will maximize the form
.Icon ='mypw16_1.ico'
.Name = 'MyWiz!'
.Show()
Report Form (myprintfile) Preview Window ;
(oRepForm.Name) To Printer Prompt
Endwith
Thanks
Coldan
Endif