Is there a way to put color on you activities list, I would like to show high priority activities with maybe a red star,circle, or explanation point.
Woodweld-
For this what you could do is add a FileAttachment Field to the ActivityPriority table which will allow you to attach an image to each priority type (You will have to modify the ActivityPriority screen to make use of this new field) and then add this new fields as a linked field to the Activity table. Once it has been added if you customize the Activity grid you can add a new column for the image.
-Michael