G
Guest
I have a form (TrailsDetail) that has a calculated control (TimeCalc). I
built a report (Trails) and would like to use the Dlookup function to grab
TimeCalc from the form TrailsDetail. Both share a common numeric key
(TrailID). For the life of me I can not get this to work:
DLookup("TimeCalc", "TrailsDetail", "TrailID = " &
forms!TrailsDetail!TimeCalc)
Can this be done?
built a report (Trails) and would like to use the Dlookup function to grab
TimeCalc from the form TrailsDetail. Both share a common numeric key
(TrailID). For the life of me I can not get this to work:
DLookup("TimeCalc", "TrailsDetail", "TrailID = " &
forms!TrailsDetail!TimeCalc)
Can this be done?