Viewing 15 posts - 16 through 30 (of 33 total)
Thanks for the input guys.
You may be right about the multiple records but before I left here on Friday I ran a test update and entered a bogus but easily...
August 3, 2009 at 10:29 am
Thanks again everyone, got it to display exactly how I wanted.
Cheers !!
July 24, 2009 at 5:17 pm
Sorry for the confusion, but I am trying to poutput a new field titled MyField02 which value relies on the value of the first field.
Thanks again for all your assistance,...
July 24, 2009 at 12:58 pm
Thanks guys.
The code works but what I am trying to do is change the value of MyField02 which relies on the value of MyField. So if MyField is 7 then...
July 24, 2009 at 12:34 pm
Thanks Gail, that worked perfect.
Cheers for the advice, at the moment I am just testing the tables but this may well become a monthly task so I may well...
June 24, 2009 at 11:06 am
Ah Thanks Jack.
I have to get into that way of thinking rather then the old DestinationField = SourceField way.
Thanks again.
April 8, 2009 at 10:18 am
Cheers Steve, I did just that.
It was asking for a connection so I placed the Connection object in there but could not link it to any of the other objects...
March 16, 2009 at 9:00 am
Ahh right, that makes perfect sense then.
Thanks so kindly for the link, i'll look into this.
Thanks again,
Mitch....
March 11, 2009 at 5:10 pm
Lynn thank you so much for your time and help on this.
You've pratically saved my bacon !!
Mitch.......
February 13, 2009 at 4:08 pm
Thanks for your patience and input Lynn, I really appreciate it.
Using
SELECT Cycle_Cutoff_DT
FROM TIPTest02
WHERE Cycle_Cutoff_DT < dateadd(mm, datediff(mm, 0, getdate()), 0)
GO
brings in the same Dataset as we tested earlier,...
February 13, 2009 at 3:31 pm
OK, for the first statement the result is 2009-01-31 00:00:00.000,
so by changing the value of the last digit the date changes.
The second statement displayed the result of 2008-12-31 00:00:00, which...
February 13, 2009 at 3:10 pm
Ack, this is embarrassing because I can't figure it out.
I ran thsi statement on qry analyzer, select dateadd(mm, datediff(mm, -2, getdate()), -1)
GO
and got the date of 2009-02-28. I then...
February 13, 2009 at 2:30 pm
Thanks for the prompt reply Lynn.
Unfortuantly i'm not getting any results and this may be due to the DataType for the field I am using.
I have the Datatype as SmallDateTime...
February 13, 2009 at 11:51 am
Thats great stuff guys.
Works like a charm, I really appreciate your help.
Thanks,
Mitch....
February 10, 2009 at 10:34 am
Viewing 15 posts - 16 through 30 (of 33 total)