Stevehewitt
IS-IT--Management
Hi Guys,
Just wondering,
I have a field on a report which needs to show a total of all of the records that have a -1 in the FullApps field but only for records where the CompletedDate is the same as the date entered into a text box on a form.
Is this possible?
E.G. =Abs(Sum(([FullApps]=-1) AND ([CompletedDate] = [Forms]![frmReportDateSpecific]!{txtDate])))
Obviously the above doesn't work, but I'm wondering if someone knows what I'm trying to do and give me a push in the right direction?!
Hope this makes some sense!
Cheers,
Steve.
"They have the internet on computers now!" - Homer Simpson
Just wondering,
I have a field on a report which needs to show a total of all of the records that have a -1 in the FullApps field but only for records where the CompletedDate is the same as the date entered into a text box on a form.
Is this possible?
E.G. =Abs(Sum(([FullApps]=-1) AND ([CompletedDate] = [Forms]![frmReportDateSpecific]!{txtDate])))
Obviously the above doesn't work, but I'm wondering if someone knows what I'm trying to do and give me a push in the right direction?!
Hope this makes some sense!
Cheers,
Steve.
"They have the internet on computers now!" - Homer Simpson