A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access 2003 not promting to save changes to queries



 
 
Thread Tools Display Modes
  #1  
Old August 27th, 2004, 03:37 PM
r0adh0g
external usenet poster
 
Posts: n/a
Default Access 2003 not promting to save changes to queries

I open a query in design view in Access and make some modifications.
When I close the query, it does not prompt me to save the changes.
It does save the changes, but what if I don't want them saved? Is there
a setting somewhere that I don't know about?\

rh


  #2  
Old August 27th, 2004, 04:06 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

Chances are good that you've run some code that turned off the warnings
(DoCmd.SetWarnings False).

Open Visual Basic Editor, make Immediate Window visible, and run this
command in that window:
DoCmd.SetWarnings True

That should fix it for you. Anytime code turns warnings off, be sure to
always turn them back on; especially if you have error handler code --
always put the DoCmd.SetWarnings True step in the error handler if you've
turned warnings off in the procedure.

--

Ken Snell
MS ACCESS MVP

"r0adh0g" wrote in message
...
I open a query in design view in Access and make some modifications.
When I close the query, it does not prompt me to save the changes.
It does save the changes, but what if I don't want them saved? Is there
a setting somewhere that I don't know about?\

rh




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Save and Save as buttons on word 2003 vincent General Discussion 3 June 14th, 2004 03:46 PM
Problem running Access 2003 and Access 2000 apps on same machine. Rathtap General Discussion 3 June 13th, 2004 01:30 AM
Access 2003 --> 2002 compatibility Ken General Discussion 2 June 4th, 2004 07:08 PM
Access 2003 less functional than Access 97? George Hester General Discussion 2 June 4th, 2004 04:53 PM
Two versions again-language issue Otto Setup, Installing & Configuration 3 May 28th, 2004 04:57 AM


All times are GMT +1. The time now is 10:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.