filter form with mulitple conditions

kes

Registered User.
Local time
Today, 17:00
Joined
Mar 6, 2013
Messages
53
Hi,

I want to open a filter form with mulitple conditions.one of them is a date condition.
I'm using access 2013 and the code below:
Code:
DoCmd.OpenForm "Edit_Mission", acNormal, , "[Report_Date]= " & Me.Date & " And [Supporter_Name]='" & Me.Supporter & "'"

it's opens the form but with no data. I also tried the # and it's still didn't work.
 

Users who are viewing this thread

Back
Top Bottom