whojstall11
Registered User.
- Local time
- Today, 01:14
- Joined
- Sep 7, 2011
- Messages
- 94
I have a code that giving me the run time error can anybody help
I know it has something to do with the data type integer but I dont know how to fix it.
PHP:
Private Sub Command7_Click()
Dim strFilter As Integer
strFilter = [PO Number] = [Forms]![PO Search Report]!PONumber
DoCmd.OpenReport "Purchase Order Report", acViewReport, , _
[PO Number] = Me!PONumber.Value
End Sub
I know it has something to do with the data type integer but I dont know how to fix it.