G
Guest
I write this code in my form it work good
Text2 = DCount("holiday", "holidaydate", "[holiday] between #1/1/2006# and
#31/1/2006#")
When I change to this it not work
Text2 = DCount("holiday", "holidaydate", "hlidaydate.holiday between
#satartdate# and #stopdate#")
startdate and stopdate are control name in myform
Text2 = DCount("holiday", "holidaydate", "[holiday] between #1/1/2006# and
#31/1/2006#")
When I change to this it not work
Text2 = DCount("holiday", "holidaydate", "hlidaydate.holiday between
#satartdate# and #stopdate#")
startdate and stopdate are control name in myform