the Tablename is BK190707 and the field is PICKUPTIME
this syntax - count ({BK190707.PICKUPTIME)will count all the records but I need to break it down- The following is just some of the many combinations I have tried, that dont work
if BK190707.PICKUPTIME} >"00:00" and < "00:00" then
count ({BK190707.PICKUPTIME} in "00:00" to "00:59")
endif
also tried
count ({BK190707.PICKUPTIME} in "00:00" to "00:59")
also tried
dim trial as boolean
trial = true
if {BK190707.PICKUPTIME} > "00:59" = true then
formula = count({BK190707.PICKUPTIME}) end if
Ive been stuck on this problem for days