Viewing 15 posts - 16 through 30 (of 39 total)
Lutz,
This is the code I currently have and it mostly works.
-- Use a real table so that I can check what is happening
IF EXISTS (SELECT * FROM sys.objects...
July 26, 2010 at 4:55 am
Lutz,
Making some good progress now with your great help.
But I have found 2 issues with the current code.
1) In the original specification of the problem I omited to explain that...
July 22, 2010 at 8:31 am
Lutz,
Thank you once again for the great help, it worked beautifully.
However now reviewing the source data, I have found the a very few records are structured slightly differently, with an...
July 21, 2010 at 10:37 am
Lutz,
I won't pretend I understand how it works, but it does just what I asked for.
But can I now be a real nuisance and add an additional requirement, to include...
July 20, 2010 at 7:11 am
Also check out http://www.reportsurfer.com/
March 24, 2009 at 4:47 am
Really neat and just what I was looking for.
Many thanks
Tim
February 17, 2009 at 2:52 am
Mine is based on a View
January 22, 2009 at 1:37 am
Sorting works just fine for may adp in 2003, but I'm using a slightly different method.
DoCmd.GoToControl "txtCompanyName"
DoCmd.RunCommand acCmdSortDescending
Tim
January 21, 2009 at 11:00 am
You may also want to have a look at http://channel9.msdn.com/wiki/default.aspx/Channel9.SQLServer
Tim
January 29, 2008 at 3:24 am
See http://www.databasejournal.com/features/mssql/article.php/3459461 and http://www.databasejournal.com/features/mssql/article.php/3483751 for a tutorial on how to set up the RS Execution Logs that Ben refers to.
Rgds
Tim
May 21, 2007 at 4:13 am
Problem solved, although I'm not sure why!
I was building the full URL ie: <A href="http:///ReportServer/">http://<server>/ReportServer/<report name etc;>, but if you leave off the <A href="
March 26, 2007 at 7:57 am
On the pc - Win XP SP2, with IIS v5.1
On the server - SBS (Small Business Server) 2003, with IIS v6.0.
Maybe, I'm using Remote Desktop to connect to the server, but...
March 24, 2007 at 11:01 am
That's one of the troubles when you try to simplifiy things, you leave important bits out
So yes units in stock at the present time...
December 21, 2006 at 10:48 am
Sorry I have mixed up field descriptions (case of trying to make the issue simple), so for the purposes of this take InStock = Units.
Sorry about the confusion.
Tim
December 21, 2006 at 6:38 am
Oops, sorry I missed that Sergiy had changed the order on the Select line. So you are right it works just fine.
Very many thanks to you all for you help...
May 17, 2006 at 8:56 am
Viewing 15 posts - 16 through 30 (of 39 total)