Hello,
I am using the following function in a form:
DLookup("[awardstatus]", "tbl_award_Status", [Forms]![Frm_Center_Summary_Grant_Totals].[awardwordvariable])
The error I am getting is ?Name.
all of the variables are correct. in the where part ([Forms]![Frm_Center_Summary_Grant_Totals].[awardwordvariable]) I am assigning it in the open event of the form this -
awardwordvariable = "[awardstatuscode] = '" & strcenterchoice & "'"
strcenterchoice might be 'CAW','CNE',etc. For testing I am using 'CNE'.
any suggestions would be greatly appreciated
I am using the following function in a form:
DLookup("[awardstatus]", "tbl_award_Status", [Forms]![Frm_Center_Summary_Grant_Totals].[awardwordvariable])
The error I am getting is ?Name.
all of the variables are correct. in the where part ([Forms]![Frm_Center_Summary_Grant_Totals].[awardwordvariable]) I am assigning it in the open event of the form this -
awardwordvariable = "[awardstatuscode] = '" & strcenterchoice & "'"
strcenterchoice might be 'CAW','CNE',etc. For testing I am using 'CNE'.
any suggestions would be greatly appreciated