this is driving me nuts !
I have a form based on quite a complicated query
I have a button to filter the results to show only records where next contact date = todays date ( next contact is a calculated field )
the button has code
DoCmd.ApplyFilter , "[next contact]=" & Date
i have tried every combination of syntax i can think of but all i get returned is no records when i know there are some records where next contact = todays date
any ideas ?
I have a form based on quite a complicated query
I have a button to filter the results to show only records where next contact date = todays date ( next contact is a calculated field )
the button has code
DoCmd.ApplyFilter , "[next contact]=" & Date
i have tried every combination of syntax i can think of but all i get returned is no records when i know there are some records where next contact = todays date
any ideas ?