M mvorous mvorous Local time Today, 11:54 Joined May 29, 2008 Messages 46 Feb 17, 2010 #1 The following is what I'm trying, but it throws an #Error, =DCount("*","[BFReceivedChrysalis]","[orderdate] between [txtStartDate] and [txtEndDate]"). Hope it is simple...
The following is what I'm trying, but it throws an #Error, =DCount("*","[BFReceivedChrysalis]","[orderdate] between [txtStartDate] and [txtEndDate]"). Hope it is simple...
pbaldy Wino Moderator Staff member Local time Today, 11:54 Joined Aug 30, 2003 Messages 36,157 Feb 17, 2010 #2 This should help: http://www.mvps.org/access/general/gen0018.htm
M mvorous mvorous Local time Today, 11:54 Joined May 29, 2008 Messages 46 Feb 17, 2010 #3 My problem is with the exact syntax "Between" two user defined fields. I tried to deduce from the example, to no avail. Thx
My problem is with the exact syntax "Between" two user defined fields. I tried to deduce from the example, to no avail. Thx
M mvorous mvorous Local time Today, 11:54 Joined May 29, 2008 Messages 46 Feb 17, 2010 #4 Solution: Re: Dcount syntax: between two user defined dates =DCount("*","[BFReceivedChrysalis]","[orderdate] between [txtendDate] And [txtStartDate]")
Solution: Re: Dcount syntax: between two user defined dates =DCount("*","[BFReceivedChrysalis]","[orderdate] between [txtendDate] And [txtStartDate]")