J
Jer
I am working a field that is supposed to return the value from a subsequent
record.
This is what I have so far:
SELECT x_logs.vehicle_nu, x_logs.time, x_logs.date, x_logs.status,
IIf([status]="Arrive Plant",Dlookup("[status]","x_logs", ??????? ),2) AS
[Job #]
FROM x_logs
WHERE (((x_logs.date)="06/22/07"))
ORDER BY x_logs.vehicle_nu;
I need help writing the criteria please. I want the next value in the
'status' field where the left 5 characters are the word 'Badge'. Is there a
way to use the Left 5 command in the criteria of the dlookup?
Please advise.
Thanks in advance!
record.
This is what I have so far:
SELECT x_logs.vehicle_nu, x_logs.time, x_logs.date, x_logs.status,
IIf([status]="Arrive Plant",Dlookup("[status]","x_logs", ??????? ),2) AS
[Job #]
FROM x_logs
WHERE (((x_logs.date)="06/22/07"))
ORDER BY x_logs.vehicle_nu;
I need help writing the criteria please. I want the next value in the
'status' field where the left 5 characters are the word 'Badge'. Is there a
way to use the Left 5 command in the criteria of the dlookup?
Please advise.
Thanks in advance!