Thanks for that PHV,
I inititally set the application visible property to true, but still saw no requesters or anything that might be hanging it. I next tried to set the save changes to wdDoNotSaveChanges, which still had no effect. Finally, I tried setting displayalerts to false and this...
Okay, I am sure someone out there has come across this before, but I am beat. The following code worked fine under Access 97 in conjunction with Word 97.
We have just updated to Office 2000 and now Word hangs when the code is executed. I would be extremely grateful for any help with this.
Sub...
First off (I am using Access 97 btw), Create a query with the following SQL...
SELECT MSysObjects.Name AS FormName
FROM MSysObjects
WHERE (((MSysObjects.Name)<>"frmMenuForm" And (MSysObjects.Name)<>"frmMain") AND ((MSysObjects.Type)=-32768));
And call it 'qryForms'
This will return all forms...
Hi everyone,
I have a report which contains several sub-reports. None, One or more sub-reports may be displayed, depending upon a field in the main report.
Each of the sub reports may contain zero or more pages, with forced page breaks required according to groupings.
When a sub-report...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.