Viewing 15 posts - 1 through 15 (of 16 total)
Both methods work great. Thanks guys. I have never used Common Table Expressions. So that is something I will look into a little further.
Thanks again:satisfied:
September 10, 2010 at 3:34 pm
All:
I'm still trying to get a handle on this. My apologies for not being more specific.
I'm including code to create the necessary tables. HTH. Again, I'm...
September 10, 2010 at 2:33 pm
Jeff:
First and foremost, thank you very much for the help you have been providing me. It is helping me to both learn more and have a stronger grip on...
May 14, 2009 at 1:53 pm
Not yet Jeff. Between the syntactical nightmares I'm coming across (creating the sp) and the fact that I can't come up with a good way to present it to...
April 24, 2009 at 8:45 am
Hello Again Everybody:
I'm trying to take this whole thing a step further. I would like to turn this into a stored procedure for use in my .adp front end. ...
April 22, 2009 at 1:07 pm
I'm in the same boat. Currently with a broken paddle. Based on the suggested code, I tried...
Dim cmd As ADODB.Command
Set cmd = New ADODB.Command
cmd.ActiveConnection = CurrentProject.Connection
cmd.CommandType = adCmdStoredProc
cmd.CommandText...
April 17, 2009 at 9:25 am
This code worked swimmingly!! Thank you Jeff and all!!:-P
April 14, 2009 at 8:56 am
Ok All:
I'm back. Thanks to Jeff for pointing me in the right direction as far as posting goes. Thanks to everyone else for the suggestions so far.
I'm posting...
April 7, 2009 at 4:03 pm
Thanks for all of the advice. I'm wondering though.. Can I use Pivot without having aggregate functions? I started to work on a select statement, but I only...
March 28, 2009 at 2:40 pm
If you don't mind, could you send me a sample. I think I'm following you, but an example would help.
Thanks!
March 14, 2007 at 7:21 am
If you have a code sample for this, that would be great.
March 12, 2007 at 1:58 pm
Using cursors was suggested as a solution and it seems to fit pretty well. At least the code is working as I expect it to. I will try making the...
March 12, 2007 at 1:44 pm
Hello All:
Thanks for all the help so far. I just wanted to share what I ended up with with everyone. The first block of code is my solution. Please let...
March 12, 2007 at 11:34 am
Thank you all for the great support so far!
Carl: I'm attaching the files you requested. Hopefully this clears it up a little.
Terry: Your code works great. Do you think...
February 22, 2007 at 10:18 am
Sorry About that. I realized I was in SQL2K5 when I should have been in 2K. Can I remove this post?
February 22, 2007 at 7:13 am
Viewing 15 posts - 1 through 15 (of 16 total)