autosave on forms
I guess you're talking about an AccessForm ?
In the BeforeUpdate event procedure of the form:
If MsgBox("Are you sure you want to make the changes ?", vbYesNo) <> vbYes Then
Cancel = True
Exit Sub
End If
Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886