i am calling an Access report from VB, How can i make it maximized. Right now the user has to expand first the access window then the report itself
Printable View
i am calling an Access report from VB, How can i make it maximized. Right now the user has to expand first the access window then the report itself
shell it vbNormal
what do you mean by that
Right now i use
appAccess.DoCmd.OpenReport "Schedule", acViewPreview
to open the report