A
Alan B.
I'm trying to open a form from a command button on a form that is already
open. Since there is no matching record ID, I'm using the LastName and
FirstName.
stLinkCriteria = "[LastName]=" & "'" & Me![TEMPLastName] & "'" And
"[FirstName]=" & "'" & Me![TEMPFirstName] & "'"
Unfortunately I'm not delimiting the string properly. How can I do this?
Regards,
Alan
open. Since there is no matching record ID, I'm using the LastName and
FirstName.
stLinkCriteria = "[LastName]=" & "'" & Me![TEMPLastName] & "'" And
"[FirstName]=" & "'" & Me![TEMPFirstName] & "'"
Unfortunately I'm not delimiting the string properly. How can I do this?
Regards,
Alan