Recent content by jcridgeway

  1. J

    on mouse move

    I have a theatre seating chart that shows each seat as a separate label. I plan to set the color of the label depending if it is "not taken", or if a student/senior/adult has taken the seat. I HAD planned on having two forms - 1 displaying the seating chart and another that displays the persons...
  2. J

    forms/subforms

    Rich, Forgive me if I am being dense, but I don't understand what you have told me. I have a main form whose recordsource is a table called Reqs which contains info on each requisition including QtyOrder. This form shows one record at a time. The subform lists all of the receipts that...
  3. J

    forms/subforms

    Thanks for you reply Matt...BUT! Neither of those suggestions work. The On_Update is not triggered by code, it has to be a manual entry (from what I have tried and read). I tried the On_Focus of the main form with the same results. It appears that ALL of the code of ALL of the events is...
  4. J

    forms/subforms

    I had already tried putting code similar to that in the On_Current of the subform and I tried your suggestions... the code is getting evaluated BEFORE the sum of the receipts is getting computed. The sum of receipts is ALWAYS showing up as zero in those code segments. It only gets updated...
  5. J

    forms/subforms

    I have a form with a subform. Main form contains info for a requsition. Subform shows ALL receipts against that requisition number. I have a control on the subform that sums the receipts. I want to compare that sum against the amount ordered on the main form. If the sumn of the receipts are...
Top Bottom