Hi all,
I want to filter a subform by a date. Can someone give me a few pointers.
What I want is to filter a date in the format 01/08/03 by the month being 08.
Me.subform.Form.Filter = "[Date] = '##/08/##'"
Me.subform.Form.FilterOn = True
Any sugestions?
thanks
s.
I want to filter a subform by a date. Can someone give me a few pointers.
What I want is to filter a date in the format 01/08/03 by the month being 08.
Me.subform.Form.Filter = "[Date] = '##/08/##'"
Me.subform.Form.FilterOn = True
Any sugestions?
thanks
s.