T
TheNovice
OK,
I have done this before and know it is killing me that I cannot get it Right.
I want to do a DSUM on a particular Column.
Alive, Double
Date, "Short Date"
Passenger, YesNo
My form has the following fields,
dlyTpDate
dlyLocation
This is the formula that is in my field,
=DSum("[dead]","tblJBDataCargoAir"," [Location]=" & "'" & [dlyTPLocation] &
"' and [Date] =#" & [dlyDate] & "#")
I want something like this!!!
=DSum("[dead]","tblJBDataCargoAir","[passenger] = " True and "[Location]=" &
"'" & [dlyTPLocation] & "' and [Date] =#" & [dlyDate] & "#")
Now I want to add the yes No and all i keep getting is an error! What am I
doing wrong??????
I have done this before and know it is killing me that I cannot get it Right.
I want to do a DSUM on a particular Column.
Alive, Double
Date, "Short Date"
Passenger, YesNo
My form has the following fields,
dlyTpDate
dlyLocation
This is the formula that is in my field,
=DSum("[dead]","tblJBDataCargoAir"," [Location]=" & "'" & [dlyTPLocation] &
"' and [Date] =#" & [dlyDate] & "#")
I want something like this!!!
=DSum("[dead]","tblJBDataCargoAir","[passenger] = " True and "[Location]=" &
"'" & [dlyTPLocation] & "' and [Date] =#" & [dlyDate] & "#")
Now I want to add the yes No and all i keep getting is an error! What am I
doing wrong??????