msWord keep behind the msAccess windows

  • Thread starter Thread starter Deen
  • Start date Start date
D

Deen

I use automation to open msWord from msAcccess. But the msWord open behind
the msAccess db windows. I used function to hide db windows in my project dan
I set my form popup dan model property to yes. How do i make msWord open
infront of my msAccess form every time I use the automation to open msWord ?
I need help.
 
I use automation to open msWord from msAcccess. But the msWord open behind
the msAccess db windows. I used function to hide db windows in my projectdan
I set my form popup dan model property to yes. How do i make msWord open
infront of my  msAccess form every time I use the automation to open msWord ?
I need help.

did you try including
appWord.Activate

in your code to force Word to come to the front?
 
Yes, I use appWord.Activate but still the word application stay behind access
windows. This happen after I use office 2007. It word fine on my office 2003
before I move to 2007.
 
Back
Top