Hi,
I have a form which I am trying to filter on open using:
DoCmd.OpenForm "FrmAbc", , , "[FieldA] = SomeCriteria")
I have used this many times, so am fairly comfortable with it, however, this time I need to filter where a calculated filed in the form equals some criteria. I have named the...