C
Cadburys
Hi
I would really appreciate some help with this. My db is used to track jobs.
We have different rules of how long we have to complete a job.
My problem is that I just cant seem to figure out how to evaluate when the
job has arrived.
I would like my code to be something like this:
If [fldClient] = "Company1" and [fldPriority] = Normal and [fldTimeRec]
"Between" 07:00 and 19:00 Then
[fldDeadlineTime] = DateAdd("n", 240, [fldTimeRec])
EndIf
The problem is that my [fldTimeRec] is a short date format and there does
not seem to be a Between....And equivilent when coding?
Please could someone give me some guidance ......
Thanks
Nicky
I would really appreciate some help with this. My db is used to track jobs.
We have different rules of how long we have to complete a job.
My problem is that I just cant seem to figure out how to evaluate when the
job has arrived.
I would like my code to be something like this:
If [fldClient] = "Company1" and [fldPriority] = Normal and [fldTimeRec]
"Between" 07:00 and 19:00 Then
[fldDeadlineTime] = DateAdd("n", 240, [fldTimeRec])
EndIf
The problem is that my [fldTimeRec] is a short date format and there does
not seem to be a Between....And equivilent when coding?
Please could someone give me some guidance ......
Thanks
Nicky