P
Pass-the-reality
I used the wizard to create a command button so that when it opens my form
(frmCallLog), it will only show records where UserID and Text28 are the same.
How can I expand on stLinkCriteria = "[UserID]=" & "'" & Me![Text28] &
"' " to also so And [Status] = Me!Text25
(frmCallLog), it will only show records where UserID and Text28 are the same.
How can I expand on stLinkCriteria = "[UserID]=" & "'" & Me![Text28] &
"' " to also so And [Status] = Me!Text25