Viewing 14 posts - 1 through 14 (of 14 total)
Hi Ive tried negating it by adding another single qoute mark - it doesn't come up with the error but when I click on the search button , it is...
August 8, 2008 at 9:36 am
(SE.LastDate >= DATEADD(m,-12,getdate()) )
Would this get the results from 12months upto today?
March 17, 2008 at 8:27 am
I still don't understand any examples please I would appreciate it thanks
March 17, 2008 at 8:10 am
the rough table struct for Query1
tblSicknessEpsisode tblSmsStaff StaffSick ...
February 28, 2008 at 8:58 am
The second query should pull back info from the first and itself. so the second query will match on the first and pull this like First Date, Last Date ,etc
At...
February 28, 2008 at 8:44 am
Help - it does not work within a view as it does not accept case statements
February 26, 2008 at 6:09 am
this works but i need to add another condition !
SELECT CASE WHEN CurrentSickTerm= 'LT'THEN 'Long Term' ELSE if CurrentSickTerm= 'ST'THEN 'Short Term' else 'NULL' END AS ColumnNameFROM...
February 26, 2008 at 5:50 am
Thanks very much -you saved me once again
Regards
November 19, 2007 at 7:37 am
thanks very much .
Much appreciated
Regards
Ritesh
October 30, 2007 at 9:15 am
expression entered has a function containing the wrong number of arguements
expr1:isnull(LastDate,getdate())
October 30, 2007 at 8:47 am
This is what I used and does not work
SELECT isnull(LastDate,getdate()) AS Expr1, tblSicknessEpisode.SickEpisodeID, tblSicknessEpisode.PersonnelNumber
FROM tblSicknessEpisode LEFT JOIN tblSMSStaff ON tblSicknessEpisode.PersonnelNumber = tblSMSStaff.[Personal Number]
GROUP BY tblSicknessEpisode.SickEpisodeID, tblSicknessEpisode.PersonnelNumber;
October 30, 2007 at 8:13 am
quick question hope you can help. In access I hava table that contains a last date.. Some records have a null value..
I'm writing a query to say if the date...
October 30, 2007 at 7:26 am
thanks very much Ramesh this has helped..I might have to bother you with further question later on.
Thanks ,regards
Ritesh
October 29, 2007 at 7:11 am
That will not work as I want to get a count of the personnel no.
This shows the personnel no twice. but the count result is 1 . it should show...
October 29, 2007 at 5:58 am
Viewing 14 posts - 1 through 14 (of 14 total)