Viewing 15 posts - 646 through 660 (of 789 total)
YEP your code here works perfect ... and I'm still working to retrieve the results from my table but nothing the results are zero!
I'm trying...to find the solution ...interesting why...
September 16, 2008 at 6:34 am
Yes
There is the structure of the table:
TR_ID NVARCHAR(15)
TR_YEAR NVARCHAR(2)
TR_OFFICE NVARCHAR(4)
TR_DATECREATED DATETIME
Sample Data: ...
September 16, 2008 at 5:39 am
ALZDBA
Thank you, you are brilliant with your codes here ... I confused and I'm just looking what happened ...I will try later in my table couz no way to find...
September 16, 2008 at 4:32 am
I cannot understand how to find the solution here, I'm doing it also when I export the data in Excel and using the function for comparing!
Is it possible to generate...
September 16, 2008 at 2:09 am
Jeff Moden (9/13/2008)
rsheppick (9/12/2008)
Well, I have to manipulate them somewhat.
Not quite the business reason we were hoping for. 😉 There are several solutions depending on the requirements of a...
September 16, 2008 at 1:23 am
Should I collect data from WITH clause or where to put my column for compering!
September 15, 2008 at 6:07 am
Interesting ... but little bit confused couz for the moment I haven't any idea how to use it in my column ...my column is not datetime it is just a...
September 15, 2008 at 6:04 am
michael.bertelsmeier (9/12/2008)
1.
WITH Data (DataType, Name, Salary, K_DATE)
AS (
SELECT 'Lider', LiderID, LiderSalary, K_DATE FROM #tmpPoorlyDesignedTable
...
September 14, 2008 at 10:54 am
Yea Happy Birthday Steve ...have nice day and all other birthdays of your lifetime!
😉
September 12, 2008 at 3:31 am
HI again anyone has any idea how to retrieve the correct results from the situation that I posted above in my last post!
thnx !
:crying:
September 11, 2008 at 1:47 pm
hello again,
the code is the same:
IDK K_DATE LiderID LiderSalary Assist1 Assist1Salary ...
September 10, 2008 at 5:43 am
But little problem is coming...I have the date and when I add it the records going to calculate the null values during the Union data...how can I add the Date...
September 10, 2008 at 1:37 am
Hi there...yesterday I was so tired so today I found the solution also for the MS Access comparing the code above...so everything is ok and now works perfect!
😉
September 10, 2008 at 12:55 am
Michael Earl
Thnx very much ti works perfect ...so thnx again!
just a little question if it any possiblity to implement this in MS Access, I found the solution to link it...
September 9, 2008 at 2:33 pm
I know the risk if I work with only Fname for that reason I'm looking the solution to work with combination of FName and SName as FSName in both tables,...
September 5, 2008 at 12:52 am
Viewing 15 posts - 646 through 660 (of 789 total)