Search results

  1. I

    setfocus method

    Hello again. Sorry to disturb again, but i forgot to ask one thing in my question below. If I put some validation code in the afterupdate or onexit event in a textbox, runs the validation (something is not to be less than 3) via the form (The user types some value which my validation...
  2. I

    NOT saving data when closing form

    I wonder how to close a form, using the close event, without saving the data that are entered into the controls (txtboxes)? I have tried to loop as many times as there are number of controls -1 on my form (starting on 0) and take the controltype (if accontroltype = acTextBox then...) and set it...
Back
Top Bottom