Search results

  1. P

    Can't exit Sub on condition

    OMG you guys Rock!!!!! :):) That worked like a charm. I knew I was missing something simple like that! I'm still learning all this stuff. I guess messing up is the best way to learn, I'll never forget this one! Thanks again!
  2. P

    Can't exit Sub on condition

    Help, I'm dying here, completely stumped. I have a form with a subform. When the form/subform open for the first time, it causes an error in my (sub)Form_current procedure because the fields are not populated yet (typically and action on the form brings up the record in the subform). I know...
  3. P

    Loop through a Recordset

    Any help is much appreciated here, I'm stuck. I'm trying to have a form test each record in a table for 3 conditions and Disable a button if true: If CommitedTask=true AND TaskFinishDate < Date AND TaskStatus < 100% I've created a recordset that has the Table of these three fields, but I need...
Back
Top Bottom