Have the following code in the record source for a field on a report -
=DLookUp("[Question]","Qry_Questions","[QuestionNumber] = [reports]![Rpt_Individual_NonSupervisor_Only].[TestVar]")
example for the varaible above -
[reports]![Rpt_Individual_NonSupervisor_Only].[TestVar] = A1
I keep getting an #error. it is a text field that i assign in the open event (based on what the user enters on another report)
THANKS!
=DLookUp("[Question]","Qry_Questions","[QuestionNumber] = [reports]![Rpt_Individual_NonSupervisor_Only].[TestVar]")
example for the varaible above -
[reports]![Rpt_Individual_NonSupervisor_Only].[TestVar] = A1
I keep getting an #error. it is a text field that i assign in the open event (based on what the user enters on another report)
THANKS!