N
NotGood@All
I have a form that shows daily output. I get this information using this
code, =DCount("DateCreated","qryForStatsPageOnly","DateDiff('d', DateCreated,
Now)=0 ")
I use it 45 times to get the last 45 days by changing =0. It is getting
slower and slower the more records that are input, (200,000). Is there a
better way to do this or is this as good as it gets?
Thanks
NotGood@All
code, =DCount("DateCreated","qryForStatsPageOnly","DateDiff('d', DateCreated,
Now)=0 ")
I use it 45 times to get the last 45 days by changing =0. It is getting
slower and slower the more records that are input, (200,000). Is there a
better way to do this or is this as good as it gets?
Thanks
NotGood@All