G
Guest
I am trying to Filter a report with a GUID as the uniqueIdentifier. How is
this done? I can only filter using a secondary Unique string.
The code I would like to have work is:
Dim stDocName As String
stDocName = "Labels tblParts"
DoCmd.OpenReport stDocName, acPreview, "[PartID]=" & Me.PartID
Thankyou in advance for your help.
this done? I can only filter using a secondary Unique string.
The code I would like to have work is:
Dim stDocName As String
stDocName = "Labels tblParts"
DoCmd.OpenReport stDocName, acPreview, "[PartID]=" & Me.PartID
Thankyou in advance for your help.