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?
Docmd.Close acForm, "frmGeneral", acSaveNo.
CAN ANYONE HELP?