Search results

  1. S

    Disabling a button under certain criteria

    In the code below, I want this button to disable if data is missing in the 'batchnumber' text box. The setfocus is because I can't disable a button that has the focus. The problem is the script is apparently ignoring my if and running the else. Can anyone see where I messed up????? :confused...
  2. S

    Last Check Number query problem

    Part of a query is looking for the last check number in my check register table. I have tried doing it in the Totals row by 'Last', I have tried using criteria last, I have tried a formula in the field using both DLast and Last. Every time I get check numbers 100 to 300 checks back in the...
  3. S

    Problem with Subform Combo filled by query

    The provider/vendor chosed at top of form can have multiple entries for a given batch. When the parent ssn in the subform is filled in, a query runs to find all (unique) children found in tblWarrentHistory matching that ssn. That part works fine on the first subform record and populates the...
Back
Top Bottom