The date is formatted as a Number in Access from the Mainframe. I have placed your Expression in the criteria part as: DateSerial(mid([ABCDate],1,4)
,mid([ABCDate],5,2),mid([ABCDate],7,2))
Yet, when this is run, i get no results. Don't you need the "/" between & somehow?