J
JBarba
Hi,
Im new at this and trying to create a report. I need on field to look up
and count for a specific criteria. I cant make it work. Is it possible to
refer back to a form too? I would like to refer the Between to a form. Heres
what i got.
=DCount("*","tbl_sortie","[AMU] Like ' "&[txt_AMU]&" ' And [MDS] Like '
"&[txt_MDS]&" ' And [GDATE] = Between # " & [txt_str] & "# And #" & [txt_STP]
& "#"")
Any help is appreciated. Thanks
Im new at this and trying to create a report. I need on field to look up
and count for a specific criteria. I cant make it work. Is it possible to
refer back to a form too? I would like to refer the Between to a form. Heres
what i got.
=DCount("*","tbl_sortie","[AMU] Like ' "&[txt_AMU]&" ' And [MDS] Like '
"&[txt_MDS]&" ' And [GDATE] = Between # " & [txt_str] & "# And #" & [txt_STP]
& "#"")
Any help is appreciated. Thanks