Search results

  1. 5

    Focus Problem

    Hi I have a continuous subform in a main form. Each time a user updates a field in the subform a function is triggered which loops through the record set and calculates some values that are then displayed on the main form. The problem is that the focus always ends up on the last record of...
  2. 5

    Problems with subforms

    I think a manual button would be the most reliable. I was just hoping for a failsafe real time updating form really. The exit event on a subform control doesn't seem to fire if the user clicks onto the main form background for some reason.
  3. 5

    Problems with subforms

    Hi I have a continuous subform which has 5 textboxes on each row. After the user enters a value in any one of the textboxes a function is called which uses all the data in the subform and some on the main form to calculate some results. I was just wondering what the best way is to acheive this...
Back
Top Bottom