View Full Version : Don't Save Changes


Tammy
08-11-2000, 08:33 AM
How do I code a Cancel button?? I want to close a form which is bound to a table or a query but I don't want to save changes. I have tried the following code but it doesn't work:
Docmd.Close acForm, "frmGeneral", acSaveNo.
CAN ANYONE HELP?

Jack Cowley
08-12-2000, 01:49 PM
Take a look here and see if this is what you are looking for.... http://www.mvps.org/access/forms/frm0027.htm


HTH,
Jack