Dear guys;
need help,
 i have a form to count the number in record by 2 criteria. 
i tried this but not work, 
Me.Text186 = Nz(DCount("*", "[MRN]", "[Location - Clinics Name] ='" & Me.Combo2 & "'" & "Date_ BETWEEN DateValue('" & Me.From & "') AND DateValue('" & Me.to_ & "')  ), 0)
so what to do.