Search results

  1. A

    MS Access 2003 Forms

    I have a field called txtSessionType. There are five possible types and of these five they open three different subforms. The types Coaching Session and Side by Side Coaching Session open the subfrmEmployeeSessionsCalls. The types Personal Development Session and Other Documentation...
  2. A

    Summing Time on a Report

    I have the following in my query: Late: IIf([dtmLogTime]>[dtmStartTime],DateDiff("n",[dtmStartTime],[dtmLogTime])\60 & Format(DateDiff("n",[dtmStartTime],[dtmLogTime]) Mod 60,"\:00"),"") I then list the Late field on my report. Now I have to Sum this field on my report and can not figure...
  3. A

    Multiple Criteria Listbox

    I've been searching everywhere on how to do this. I'm beginning to think it can only be done for one column list boxes and not two or more. I'm not a programmer so I'm really at a loss. Any help that can be offered would be greatly appreciated. I have a form with a listbox, lstCourses, that...
Back
Top Bottom