A2003, XP Pro Can anyone confirm this behavior? Open an Access mdb. Hide a form. Open MS Word. Close Word. Does the previously hidden Access form appear unhidden? It does for me. Can anyone tell me how to keep the form hidden? Thanks
It stays hidden for me. What service pack levels are you on for Office and Windows? The vba code in the form Me.visible = false also works for me. Chris Microsoft MVP nomadk wrote: >A2003, XP Pro > >Can anyone confirm this behavior? > >Open an Access mdb. Hide a form. Open MS Word. Close Word. Does the >previously hidden Access form appear unhidden? It does for me. > >Can anyone tell me how to keep the form hidden? -- Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access/200810/1
"nomadk" wrote in message news:D879FEB8-EF2F-42E7-BFDD-E770DA1ED086@microsoft.com... > A2003, XP Pro > > Can anyone confirm this behavior? > > Open an Access mdb. Hide a form. Open MS Word. Close Word. Does the > previously hidden Access form appear unhidden? It does for me. Nope, though I'm using Vista, not XP. Does this happen with any form you have hidden? What happens if you hide multiple forms? -- Dirk Goldgar, MS Access MVP www.datagnostics.com (please reply to the newsgroup)
All hidden forms reappear. It happens as soon as I close Word but no other Office program has the same effect. It doesn't matter whether I hide forms programmatically or not. Weird. I'm only on Office SP2; I'm going to try SP3 and see if that helps. Thanks "Dirk Goldgar" wrote: > "nomadk" wrote in message > news:D879FEB8-EF2F-42E7-BFDD-E770DA1ED086@microsoft.com... > > A2003, XP Pro > > > > Can anyone confirm this behavior? > > > > Open an Access mdb. Hide a form. Open MS Word. Close Word. Does the > > previously hidden Access form appear unhidden? It does for me. > > > Nope, though I'm using Vista, not XP. Does this happen with any form you > have hidden? What happens if you hide multiple forms? > > -- > Dirk Goldgar, MS Access MVP > www.datagnostics.com > > (please reply to the newsgroup) > >
After you apply SP3, make sure you apply the hot fix from http://support.microsoft.com/kb/945674 -- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no e-mails, please!) "nomadk" wrote in message news:121ABCCA-8A59-442A-A003-C82A35E4D2A8@microsoft.com... > All hidden forms reappear. It happens as soon as I close Word but no other > Office program has the same effect. It doesn't matter whether I hide forms > programmatically or not. Weird. > > I'm only on Office SP2; I'm going to try SP3 and see if that helps. > > Thanks > > "Dirk Goldgar" wrote: > >> "nomadk" wrote in message >> news:D879FEB8-EF2F-42E7-BFDD-E770DA1ED086@microsoft.com... >> > A2003, XP Pro >> > >> > Can anyone confirm this behavior? >> > >> > Open an Access mdb. Hide a form. Open MS Word. Close Word. Does the >> > previously hidden Access form appear unhidden? It does for me. >> >> >> Nope, though I'm using Vista, not XP. Does this happen with any form you >> have hidden? What happens if you hide multiple forms? >> >> -- >> Dirk Goldgar, MS Access MVP >> www.datagnostics.com >> >> (please reply to the newsgroup) >> >>