-----Original Message-----
Hi Tom
I assume you don't mean you want to maximise the window of your Access
application, but of the app you are launching.
It depends on how you are launching the other app, but one way is to use the
Shell function:
Dim TaskID as Long
TaskID = Shell( "excel", vbMaximizedFocus
AppActivate TaskID
--
Good Luck!
Graham Mandeno [Access MVP]
Auckland, New Zealand
I want to open an application from within Access 2002
with that application's window maximised - any
suggestions as to the code?
.