
October 10th, 2009, 01:32 PM
|
|
Contributing User
|
|
Join Date: Jul 2007
Posts: 69
Time spent in forums: 22 h 9 m 43 sec
Reputation Power: 3
|
|
|
Between Dates Filter Help
Hi DBer's
I have a combo box that pulls from a date to and from list, now I need the selected date to filter a subform to display the info based on the between dates.
What I have doesn't work!
Private Sub Datescbo_Change()
Me.[G Mon 8a].Form.Filter = "JobDate = between [DateFrom] And [DateTo] & Me.Datescbo"
Me.[G Mon 8a].Form.FilterOn = False
End Sub
Please help me with this code so that it does what I am looking for.
Thankyou
MCB
|