Search results

  1. J

    CurrentRecord property in a query?

    How do I get the CurrentRecord property into a query?
  2. J

    clearing the form: hard way to say UNDO

    This code is for this situation: a user goes back to a saved record (thus, undo in the before update event is no longer possible) and changes a programmatically-required control (i.e., the field is not made required in the table). The code works EXCEPT for when it gets to MyControl.CheckBox...
  3. J

    Global variable used for branching

    This is a global variable question. When the user clicks exit, I do not want to exit unless a valid order number has been entered. I have used a global variable (gintFlag) to try to branch the Sub Form_Unload. E.g., if the user clicks exit, the unload procedure calls the check order number...
Back
Top Bottom