Warnings in access 2003

A

Alu_GK

Hello -
Access 2003, Vista.
In my application, whenever i change an object, it saves without any warning.
if i accedently change something in the query, if i close it it is not
promft before saving. this also happened in the forms, tables and so on for
all object in the DB.
I try to turn on the warnings (docmd.warnings true) and it didn't work, and
i try to change the definition in the option area...
If any one has an idea how to get my warning before saving back - I will be
greatful !!
Thanks.
 
J

Jerry Whittle

It should be

DoCmd.SetWarnings True

Chances are good that you have SetWarnings to False in code or a macro
without turning the warnings back on again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top