Current Date

J

John

Harry said:
How can I choose today's date as the current date to perform filters?

Harry

Harry,
You could use the Today function but as soon as the filter is applied,
that date will be hard-coded into the filter. This means that the next
time you use the filter, it will no longer be the current date.

Your best bet is to use a spare date field and customize it by setting
its value to be the Current Date. Then set your filter to test for that
spare field value.

Hope this helps.
John
Project MVP
 
H

Harry

John said:
Harry,
You could use the Today function but as soon as the filter is applied,
that date will be hard-coded into the filter. This means that the next
time you use the filter, it will no longer be the current date.

Your best bet is to use a spare date field and customize it by setting
its value to be the Current Date. Then set your filter to test for that
spare field value.

Hope this helps.
John
Project MVP

John,

How can I customize spare data field by setting
its value to be the Current Date?


Harry
 
J

John

Harry said:
John,

How can I customize spare data field by setting
its value to be the Current Date?


Harry

Harry,
Go to Tools/Customize/Fields. Select a DateX field and hit the "Formula"
button. In the formula entry box put [Current Date], (just like I've
shown, with the brackets), and hit "OK". Now set your filter to test for
the DateX field you customized and you should be all set.

John
Project MVP
 
H

Harry

John said:
Harry said:
John,

How can I customize spare data field by setting
its value to be the Current Date?


Harry

Harry,
Go to Tools/Customize/Fields. Select a DateX field and hit the "Formula"
button. In the formula entry box put [Current Date], (just like I've
shown, with the brackets), and hit "OK". Now set your filter to test for
the DateX field you customized and you should be all set.

John
Project MVP

John,
Thank you.

Harry
 
J

John

Harry said:
John said:
Harry said:
:

How can I choose today's date as the current date to perform filters?

Harry

Harry,
You could use the Today function but as soon as the filter is applied,
that date will be hard-coded into the filter. This means that the next
time you use the filter, it will no longer be the current date.

Your best bet is to use a spare date field and customize it by setting
its value to be the Current Date. Then set your filter to test for that
spare field value.

Hope this helps.
John
Project MVP


John,

How can I customize spare data field by setting
its value to be the Current Date?


Harry

Harry,
Go to Tools/Customize/Fields. Select a DateX field and hit the "Formula"
button. In the formula entry box put [Current Date], (just like I've
shown, with the brackets), and hit "OK". Now set your filter to test for
the DateX field you customized and you should be all set.

John
Project MVP

John,
Thank you.

Harry

Harry,
You're welcome and thanks for the feedback.
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top