Bobby Heid
bheid at appdevgrp.com
Wed Jul 20 11:50:04 CDT 2005
Hey Bryan, I have done that, it flashes up than access comes back up over it. Now note that I am manually calling the function from the immediate window. That may be making it act differently. I'm currently working on a form at the moment to call the code from. I'll post the results. Thanks, Bobby -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Bryan Carbonnell Sent: Wednesday, July 20, 2005 10:53 AM To: Access Developers discussion and problem solving Subject: Re: [AccessD] A Word question On 20/07/05, Bobby Heid <bheid at appdevgrp.com> wrote: > My question is, how can bring Word to the front after the report is > generated? I am trying to get something to happen like when previewing a > report. Assuming that objWord is a reference to your Word Object you can use: objWord.Visible = True ObjWord.Activate -- Bryan Carbonnell - carbonnb at gmail.com