Search results

  1. R

    Help with subforms before update event and making sure button on main form executes a

    hey guys, thanks a lot for your help and really sorry for replying this late... had been spending sleepless nights trying to improvise and find a solution to my problem, i wanted the user to have the ability to close or quit the form at any point he feels and not save the record but at the same...
  2. R

    Help with subforms before update event and making sure button on main form executes a

    hey cbrighton, unfortunately there is no way out and i could not get my cmdbutton to function properly, since my button is on my main form, and my subforms are part of my main form with master/child links, the isdirty property of the subform will always return false since my button is on the...
  3. R

    Help with subforms before update event and making sure button on main form executes a

    cbrighton! you saved my day mate! Thanx a ton!! :) i had the x button disabled and my own close button and previously i did not use the before update routine of the subform instead tried to check it from the close cmdbutton, but i could never get my code to refer the subform correctly because...
  4. R

    Help with subforms before update event and making sure button on main form executes a

    Hey there, I have one main form and 2 continuous subforms in my access project. All my forms have before update routine to check for null condition. The problem is i have a close button on my main form which works fine if the user clicks it while updating the main form. However once from the...
Back
Top Bottom