Can someone take a look at this and hopefully spot my error?
=DLookUp("[BxName]","TargetBxLabeledTable",'Tables!TargetBxLabeledTable!StudentFullName =' & [StudentFullName] And 'Tables!TargetBxLabeledTable!BxLabel =' & [Bx1Label])
Right now the field in my report is looking up the first value of BxName in the TargetBxLabeledTable and filling that value in for all report groups regardless of the Bx1Label and StudentFullName values in the report. It appears my criteria is meaningless, but I do not get an error message. I have been messing with this all night.
Thanks to all who take a look.
Carly
=DLookUp("[BxName]","TargetBxLabeledTable",'Tables!TargetBxLabeledTable!StudentFullName =' & [StudentFullName] And 'Tables!TargetBxLabeledTable!BxLabel =' & [Bx1Label])
Right now the field in my report is looking up the first value of BxName in the TargetBxLabeledTable and filling that value in for all report groups regardless of the Bx1Label and StudentFullName values in the report. It appears my criteria is meaningless, but I do not get an error message. I have been messing with this all night.
Thanks to all who take a look.
Carly