G
Guest
The following to function statements work as calculated form controls but not
in any type of query that I have tried.
DLookUp("[DLA]![One]","DLA","[Dline]=[Caselog]![deadline]")
(DLookUp("[DLB]![Value]","DLB","[PlanD1]=[Dline]"))-(DLookUp("[DLB]![Value]","DLB","[ActD1]=[Dline]"))
Errors returned when attempting to run the queries include "Unknown" and
"Type Conversion Failure." I want the query results so that I can have these
calculations recorded in tables.
Thanks in advance for any help.
in any type of query that I have tried.
DLookUp("[DLA]![One]","DLA","[Dline]=[Caselog]![deadline]")
(DLookUp("[DLB]![Value]","DLB","[PlanD1]=[Dline]"))-(DLookUp("[DLB]![Value]","DLB","[ActD1]=[Dline]"))
Errors returned when attempting to run the queries include "Unknown" and
"Type Conversion Failure." I want the query results so that I can have these
calculations recorded in tables.
Thanks in advance for any help.