MrsGorilla
04-30-2004, 09:04 AM
I have this total I'm trying to calculate in the footer of a report I'm working on and I can't get it to work right. This is what I have:
Me.Text114 = DSum("[MLDDT]", "PCTRET", "[MAILING] = '1ST' AND [TYPE] = 'NOTICE'")
So far, I haven't gotten any error messages, but it doesn't return any totals either. Can anyone point out to me the error of my ways?
I appreciate the help. I haven't used the DSum function much so I'm not sure if I'm doing something wrong or not.
Me.Text114 = DSum("[MLDDT]", "PCTRET", "[MAILING] = '1ST' AND [TYPE] = 'NOTICE'")
So far, I haven't gotten any error messages, but it doesn't return any totals either. Can anyone point out to me the error of my ways?
I appreciate the help. I haven't used the DSum function much so I'm not sure if I'm doing something wrong or not.