thegameoflife
Programmer
I'm trying to pass the value of x to the filter, with no luck at all.
Code:
Private Sub Form_Load()
Dim X As String
X = Me.OpenArgs
Me.Filter = "[Cust Number]= X"
Me.FilterOn = True
End Sub