Y
youngnwithqs
I am trying to add the value of job lengths when the job is checked in
form. For my text box, i have the following value:
=DSum("[TimeSpent]","Turnarounds","[Do] = True")
I also tried an invisible textbox on eahc line that shows the tim
length the job should take if the box is check, and then adding thes
boxes together at the bottom. I am getting the invisible boxes to work
but not the sum box (yes this is a very rookie way to work, but I'
getting frustrated). I have the vallues as:
invisible box (amount)
=IIf(([Forms]![Turnarounds]![Do]=True),[Forms]![Turnarounds]![Timespent],0)
sum box: =Sum([Amount])
The first produces no result in the box and the 2nd produces a #Name
in my text box (i have a box for each just as i am testing them). Ca
anyone explain where I'm messing up?
Josh (this is my first post, so excuse the length of it
form. For my text box, i have the following value:
=DSum("[TimeSpent]","Turnarounds","[Do] = True")
I also tried an invisible textbox on eahc line that shows the tim
length the job should take if the box is check, and then adding thes
boxes together at the bottom. I am getting the invisible boxes to work
but not the sum box (yes this is a very rookie way to work, but I'
getting frustrated). I have the vallues as:
invisible box (amount)
=IIf(([Forms]![Turnarounds]![Do]=True),[Forms]![Turnarounds]![Timespent],0)
sum box: =Sum([Amount])
The first produces no result in the box and the 2nd produces a #Name
in my text box (i have a box for each just as i am testing them). Ca
anyone explain where I'm messing up?
Josh (this is my first post, so excuse the length of it