Form is based on tblColLabels, and I have a field on the form that I want to DLookup values from an unassociated query. I can't seem to get the syntax right to get it to display the query values.
View attachment test.zip
This is in the expression on the form (attached for reference):
=DLookUp("FirstOfrptColLbl","qryColLbl","rptPeriodMaster=" & Forms!tblColLabels!month2)
View attachment test.zip
This is in the expression on the form (attached for reference):
=DLookUp("FirstOfrptColLbl","qryColLbl","rptPeriodMaster=" & Forms!tblColLabels!month2)