that's not an error, it's just a warning that the query you are about to run (most likely a delete or update query) modifies a lot of data, and you WILL NOT be able to retrieve that data afterwards if it was deleted/updated by accident.
most of the time you'll be fine, if you're really paranoid, make a copy of the table... hell, the whole dam database, and do your updates/deletes. -----Original Message----- From: Michelle White [mailto:[EMAIL PROTECTED] Sent: Wednesday, 5 November 2003 3:50 PM To: [EMAIL PROTECTED] Subject: MI-L Off-TOpic ACCESS ERROR (help...) Hello Listers... Sorry to post an off topic issue but its driving me crazy... I encountered some problem while using Access. I was running a query and suddenly a message pop-up that reads like this: "There isn't disk space or memory to undo the data changes this action query is about to make. Do you want to run this query anyway? For more information, search the Microsoft Windows help index for disk space, freeing or memory troubleshooting. Subsequentlly I cancel the operation. Any ideas/suggestion how to overcome this problem??? thankx, Michelle _________________________________________________________________ Download MSN Messenger @ http://messenger.xtramsn.co.nz - add your friends! --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 9026 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 9027
