C
Chad Cameron
Hi All,
I need help with my filter. On the internet, I have found at least 5
different ways to write the filter, and none of them seem to work. I want
my filter to be based from a combobox, but for now I just want it to work
'hard coded'. Could someone please tell me where I need square brackets,
single quotes & double quotes. Every combination I have tried either gives
me the above error, or filters nothing or filters everything.
Access 2000
Me.Filter = "[Date] = '6/04/09'"
Me.FilterOn = True
Thanks
Chad
I need help with my filter. On the internet, I have found at least 5
different ways to write the filter, and none of them seem to work. I want
my filter to be based from a combobox, but for now I just want it to work
'hard coded'. Could someone please tell me where I need square brackets,
single quotes & double quotes. Every combination I have tried either gives
me the above error, or filters nothing or filters everything.
Access 2000
Me.Filter = "[Date] = '6/04/09'"
Me.FilterOn = True
Thanks
Chad