belovedcej
Programmer
This is odd. The following code works perfectly. But as soon as I change acViewPreview to acViewNormal, the report prints every record instead of just the linked one. Any ideas?
Code:
Dim stLinkCriteria As String
stLinkCriteria = "[Phone_Message_ID] = " & Me.txtPhoneMessageID
DoCmd.OpenReport "rptPhoneMessages", acViewPreview, , stLinkCriteria