Re: More efficient code for If Else data validation rule? ...analyzing the data statistically is our plan, ... infrequently used values as "Other" (in cboFavoriteColor),... a combo box control when i want to completely control what is stored in a ... stops running once Cancel occurs. ... (microsoft.public.access.formscoding)
Re: DoCmd.GoToRecord , , acNewRec ... Is the "grpCountry" control bound to a field in the form's RecordSource? ... I don't see any "Me.Undo" code step in the cancel button's code? ...Private Sub cmdAddOwner_Click ... On Error GoTo HandleError... (microsoft.public.access.formscoding)
Re: JavaScript confirm ... Public Class ShowConfirm: Inherits Control... Public txtGetAnswer As TextBox...Protected Overrides Sub Render ... to ask & depending upon whether the user clicks 'OK' or 'Cancel' in the ... (microsoft.public.dotnet.framework.aspnet)
Re: JavaScript confirm ... the event will arrive to the server.... using the OnClick event of the Button control using the following code ...Sub Page_Load ... But if the user clicks 'Cancel' in the confirm dialog, ... (microsoft.public.dotnet.framework.aspnet)