Hey All,
I've had a search for the last hour, but I haven't found anything for this topic.
I have a query def (qdf) setup for query1
I want to change the criteria part of qdf.fields(0) from:
=date() -1
to
=date() - x : x will change in the code.
I was hoping for something like qdf.fields(0).criteria but that doesn't exist (unless I have a missing reference).
Any ideas?
Thanks
I've had a search for the last hour, but I haven't found anything for this topic.
I have a query def (qdf) setup for query1
I want to change the criteria part of qdf.fields(0) from:
=date() -1
to
=date() - x : x will change in the code.
I was hoping for something like qdf.fields(0).criteria but that doesn't exist (unless I have a missing reference).
Any ideas?
Thanks