It's been a long week and i'm falling asleep at my desk. i keep getting this error with this code, any ideas? :banghead:
Using access 2010 and cheers
Code:
Private Sub Command63_Click()
DoCmd.OpenForm "frm_history"
[COLOR="Red"]frm_history.Filter = "siteID = " & Me.siteID & "'"[/COLOR]
frm_history.FilterOn = True
End Sub
Using access 2010 and cheers