Hi Merlin,
Do you only want to see tasks that start at 8:00 am on any day or a
specific day?
If you want to see tasks that start on a specific day at 8:00 am you
could create a custom filter (Project> Filtered for> New). Set the
filter criteria to:
Field: Start
Test: Equals
Value: "Enter in the date and time"?
[Note: enter the value prompt exactly as shown with the quotes and
question mark]
This will create a dialog box that pops up when the filter is run. Be
sure to enter in the full date and time information. That will show
only tasks with that exact start date and time.
If you want to see tasks which only begin at 8:00 on any date, you'd
have to do a bit more manipulation to be able to extract just the time
portion of a start or finish date.
In quick testing I was able to pull out just the time portion of a date
field using the following formula in a text field:
Hour([Start]) & ":" & Minute([Start])
Then a quick autofilter allowed me to just view any task with the
seleted start time.
I hope this helps. Let us know how you get along.
Julie
Project MVP
Visit
http://project.mvps.org/ for the FAQs and additional information
about Microsoft Project