D
David W
I am trying to filter a form by a combobox, the combobox has a date format
of mmm yyyy, I am using the following with no luck
Me.Filter = "[date] = #" & Me!Combo47 & "#"
Me.FilterOn = True
Any ideals of where I went wrong?
of mmm yyyy, I am using the following with no luck
Me.Filter = "[date] = #" & Me!Combo47 & "#"
Me.FilterOn = True
Any ideals of where I went wrong?