Try this:Originally Posted by prabhafriend
Sub Authorise_later_click() ' save record if needed If Me.Dirty Then Me.Dirty = False DoCmd.Close acForm, Me.Name, acSaveNo End sub
Try this:Originally Posted by prabhafriend
Sub Authorise_later_click() ' save record if needed If Me.Dirty Then Me.Dirty = False DoCmd.Close acForm, Me.Name, acSaveNo End sub
Boyd Trimmell aka HiTechCoach
Microsoft Access MVP -2010-2015
Programming: Nine different ways to do it right, a thousand ways to do it wrong.
Binary--it's as easy as 1-10-11