Dcount syntax: between two user defined dates

mvorous

mvorous
Local time
Today, 11:54
Joined
May 29, 2008
Messages
46
The following is what I'm trying, but it throws an #Error, =DCount("*","[BFReceivedChrysalis]","[orderdate] between [txtStartDate] and [txtEndDate]"). Hope it is simple...
 
My problem is with the exact syntax "Between" two user defined fields. I tried to deduce from the example, to no avail. Thx
 
Solution: Re: Dcount syntax: between two user defined dates

=DCount("*","[BFReceivedChrysalis]","[orderdate] between [txtendDate] And [txtStartDate]")
 

Users who are viewing this thread

Back
Top Bottom