Viewing 5 posts - 151 through 155 (of 155 total)
I now have this ...
SELECT #tblHolidays.HolidayDescription As [Description], #tblHolidays.HolidayDate AS [Holiday Date],
count(case #tblDepartmentHolidays.DepartmentID when 0 then 1 else null end) as [Global],
count(case #tblDepartmentHolidays.DepartmentID when 1 then 1 else null...
April 12, 2009 at 5:57 am
Thanks for all your replies. I am trying to write a cross tab query to return the data in the way I need it.
In the meantime, taking into account the...
April 12, 2009 at 4:42 am
Thanks for your reply.
I'm calling a Com Object to send the emails.
April 8, 2008 at 4:37 pm
Thanks for your replies. What I am actually doing is gettign a list of people and then looping through that list passing an ID to another prodecure which might return...
April 7, 2008 at 8:46 am
Hi, thanks for your reply.
I get a syntax error though ...
Incorrect syntax near the keyword 'FOR'.
... but can't work out what I am doing wrong.
Cheers.
April 1, 2008 at 8:32 am
Viewing 5 posts - 151 through 155 (of 155 total)