Hi all,
I have code to open a form and I am trying to pass two criteria to open the form. I keep getting syntax errors. here is my link criteria:
stLinkCriteria = [("[Site_ID]=" & Me![Site_ID]) And ("[AssessmentID]=" & Me![List38])]
Can anyone help with this?
TIA
D
I have code to open a form and I am trying to pass two criteria to open the form. I keep getting syntax errors. here is my link criteria:
stLinkCriteria = [("[Site_ID]=" & Me![Site_ID]) And ("[AssessmentID]=" & Me![List38])]
Can anyone help with this?
TIA
D