A comment I frequently hear is: SharePoint tabs don't always highlight properly. As it turns out, if you are in the habit of doing things a certain way, they always work. First, make sure you are turning on "Show Pages" and/or "Show...
I did a three day consulting gig 3 months ago where I installed and configured WSS 3.0, trained them on the basics of document libraries and lists, and converted a spreadsheet with multiple pages into a List so that their users could edit items simultaneously...
A client asked me today how to create a view filtered so that only items that where missing their Start Date, Due Date, or both. First, create a calculated column DatesMissing with the following formula: =NOT(AND(ISNUMBER([Start Date]),ISNUMBER([Due Date...