Viewing 15 posts - 151 through 165 (of 496 total)
And with my test data fixed, everyone's code works now! Yay! Now to go study the code and figure out why it works and how to use it...
September 27, 2010 at 2:14 pm
Luke L (9/27/2010)[/b
It looks like you spelled the street address 2 different ways for Los Mules in your sample data. I never noticed the first time around.
'4971 Buriito Ave'
'4971...
September 27, 2010 at 2:11 pm
Kit G (9/27/2010)
steve-893342 (9/27/2010)
Kit G (9/27/2010)
steve-893342 (9/24/2010)
I think you can solve this one with a PIVOT and some splitting
Thanks Steve for the code. That date at Los Mules where...
September 27, 2010 at 2:08 pm
steve-893342 (9/27/2010)
Kit G (9/27/2010)
steve-893342 (9/24/2010)
I think you can solve this one with a PIVOT and some splitting
Thanks Steve for the code. That date at Los Mules where the Event...
September 27, 2010 at 1:53 pm
Brandie Tarvin (9/27/2010)
On second thought, that might not be the best metaphor I've ever used... Let me know if I've confused you.
I'm always confused... it's just a matter of degree....
September 27, 2010 at 12:17 pm
Yes, I did, Wayne. Chris' is working great and so is Brandie's. Of course, now that I have it working, I get told, "Oh, that's nice, but the...
September 27, 2010 at 12:13 pm
Brandie Tarvin (9/27/2010)
September 27, 2010 at 10:34 am
Chris Morris-439714 (9/27/2010)
Brandie Tarvin (9/27/2010)
Also, you forgot to remove the # sign from your table name. Since he's...
September 27, 2010 at 10:31 am
Brandie Tarvin (9/27/2010)
Try using DatePart, DateAdd, and CharIndex in your code. It'll make your select statement a lot less messy.
select Venue as VName,
address1 as VAddr1,
city + ', '...
September 27, 2010 at 10:19 am
steve-893342 (9/24/2010)
I think you can solve this one with a PIVOT and some splitting
Thanks Steve for the code. That date at Los Mules where the Event date is the...
September 27, 2010 at 10:03 am
Luke L (9/24/2010)
September 27, 2010 at 9:51 am
Thanks for the ideas, guys. I, unfortunately, didn't have the time to try them out today, but I will (I hope) on Monday. I'll let you know how...
September 24, 2010 at 2:34 pm
Alvin Ramard (9/21/2010)
Greg Edwards-268690 (9/21/2010)
jcrawf02 (9/21/2010)
Finally! The perfect database tool! :w00t:http://spreadsheets.about.com/od/datamanagementinexcel/ss/080608_database.htm
Excel can do anyhing, even word processing! 😛
It's kind of like I can record a macro, so I can...
September 21, 2010 at 8:08 am
Steve Jones - Editor (9/17/2010)
The Dixie Flatline (9/17/2010)
Apostrophes are also good for accenting sounds which are unpronounceable by human mouths.Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
Is that Klingon?
No, I believe that...
September 17, 2010 at 2:43 pm
Alvin Ramard (9/17/2010)
I'm happy to see that nobody has repsonded to that sock puppet post.
Looks like Steve axed the post.
(and he hit the post button faster than me.) 🙂
September 17, 2010 at 8:22 am
Viewing 15 posts - 151 through 165 (of 496 total)