arnelgp ..forever waiting... waiting for jellybean! Local time Today, 19:11 Joined May 7, 2009 Messages 20,682 Feb 10, 2022 #21 lacampeona said: if I am not crazy today Click to expand... what if you close the form and Don't want to save the record? wahoooo!
lacampeona said: if I am not crazy today Click to expand... what if you close the form and Don't want to save the record? wahoooo!
oleronesoftwares Passionate Learner Local time Today, 03:11 Joined Sep 22, 2014 Messages 1,160 Feb 10, 2022 #22 tcneo said: what does the line "Dim ctl as Control" do? Click to expand... Set a control named ctl as a control. Dim full meaning in vba is actually dimension, it allows for declaring a variable name and type.
tcneo said: what does the line "Dim ctl as Control" do? Click to expand... Set a control named ctl as a control. Dim full meaning in vba is actually dimension, it allows for declaring a variable name and type.
lacampeona Registered User. Local time Today, 12:11 Joined Dec 28, 2015 Messages 392 Feb 11, 2022 #23 Hello yes the code is working in correct way. User get message ,he can choose what he want to do. the user will get a message telling him to save the record or giving him the option to cancel Click to expand...
Hello yes the code is working in correct way. User get message ,he can choose what he want to do. the user will get a message telling him to save the record or giving him the option to cancel Click to expand...