R
Ripper
I use the following code to open a specific report...
Private Sub BoxID_Click()
DoCmd.OpenReport "rptBoxPrintout", acViewNormal, , "BoxNumber=" & Me.BoxNumber
End Sub
I need to add a component to the Where clause and am unsure how to word it.
I need to add that the TestVer = SDAA. I only need to see the tests that are
type SDAA. I don't need the others. What is the wording for adding a
stipulation like that?
Private Sub BoxID_Click()
DoCmd.OpenReport "rptBoxPrintout", acViewNormal, , "BoxNumber=" & Me.BoxNumber
End Sub
I need to add a component to the Where clause and am unsure how to word it.
I need to add that the TestVer = SDAA. I only need to see the tests that are
type SDAA. I don't need the others. What is the wording for adding a
stipulation like that?