Hi,
I'm trying to open a form with filtered criteria using this code:
it used to work on access 2010 but now on access 2013 I get a blank form.
thanks for the helpers
I'm trying to open a form with filtered criteria using this code:
Code:
DoCmd.OpenForm "Edit_Mission", acNormal, , "[Report_Date]=# " & Format(Me.Date, "dd\/mm\/yyyy") & "# And [Supporter_Name]='" & Me.Supporter & "'"
it used to work on access 2010 but now on access 2013 I get a blank form.
thanks for the helpers