OK... I'm making some sort of progress here.
I can find the first Friday of the year.
Code:
SELECT DateAdd(wk, DateDiff(wk, 0, DateAdd(yy, DateDiff(yy, 0, GetDate()), 0)), 4);
Next I'll be working to get the first Friday of the Quarter.
Thanks for any suggestions.
Richard