View Full Version : Getting around Automatic Save!


smh
07-03-2001, 11:19 AM
I am trying to add a command to my forms that will allow me to close the form and prompt the user to Save or not Save. I have tried using the Save command macro with the proper conditions set, and I have tried building VBA code using Docmd.Close acForm, [objecttype,objectname],acSavePrompt - and neither of these seem to work! Does anyone know the way around this dilema?? I would appreciate it very much!

charityg
07-03-2001, 01:25 PM
using Access help, look up "Dirty property" and it will give you an example to do this.