asked on
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY
If Week is a Date, then you need to enclose it in hash marks, and if Assigned To is a Text value, you'd need to enclose that in single quotes:
stLinkCriteria = "[Week]=#" & Me![Week] & "# And [Assigned To]='" & Me![Assigned To] & "'"