Viewing 15 posts - 121 through 135 (of 139 total)
I am very new at this and I honestly have no idea what the commands you show will accomplish.
September 16, 2009 at 7:39 am
Thank you,
It took some playing but I got it working.
Now the real work begins.
September 3, 2009 at 2:36 pm
I use both form and datasheet.
I can see how this might work with a form. I could either have one update statement for each text/check box for one for...
July 20, 2009 at 12:09 pm
Sorry about bumping this up.
Does anyone else have this problem?
How do they solve it?
Thank you,
July 20, 2009 at 6:31 am
It is going to take me a bit to figure why/how the Coalese works with the reverse, etc..
In the meantime since it saves on performance I have switched to it....
July 2, 2009 at 7:55 am
I never thought of using a 'double reverse'
Thank you very much, that was great and works no problem.
July 1, 2009 at 11:15 am
Is that going to work with the name: John Q. Public to give me:
First Name = 'John'
Last Name = 'Public'
July 1, 2009 at 9:36 am
Actually I'm a little embarrased to admit it.
I took a second look at the query and I am not adding (or finding the min, max, avg, etc...) anything.
So, feeling a...
June 10, 2009 at 11:00 am
That really helped.
Thanks to both for your help.
June 10, 2009 at 6:58 am
I suspect I am getting an INT from the iSeries.
June 9, 2009 at 2:50 pm
In the vtbl_TCH_First_Labor table it could be either a Null which I convert to 0 or the YYYYMMDD format.
In the other table it should always be in the YYYYMMDD format.
However,...
June 9, 2009 at 2:48 pm
I tried and tried using different versions of what Lynn provided, using with and without Convert.
I kept getting errors. However I just tried
YEAR(dateadd(mm, -3, Convert(smalldatetime,str(START)))) As Job_Start
and it worked.
Yeah!!!
I...
June 9, 2009 at 2:24 pm
Viewing 15 posts - 121 through 135 (of 139 total)