hi. I need help in the Access form I created. If you can help, I would like to know how to sum values between time and time. For example, I tried this:
dsum("[parts in holder]",[ database nahum ]", " [date=date() ]", between (12:00:00) and (18:00:00)) . not working
I thought maybe because my [date] and [time] are in *separate columns* maybe i should do this :
dsum("[parts in holder]",[ database nahum ]",
"[date=date() ]","(12:00:00)<[time]<(18:00:00)")
. not working![]()