Viewing 15 posts - 16 through 30 (of 237 total)
in ms access I found this way:
DateAdd("d",0,DateDiff("d",0,[AdmDt]))+DateAdd("d",0-DateDiff("d",0,[AdmTm]),[AdmTm])
Thx.
February 4, 2011 at 9:19 am
Min and max function is working fine. I have problem to write in sql. thx.
January 18, 2011 at 5:02 am
I expect out come will be DiagnosisandProc has record come out if the date in the range. If not, I will have error message for the end user as no...
January 17, 2011 at 10:15 am
I am in the same mental state, too. Go back to work.Cheer.
January 11, 2011 at 5:01 am
I do not think I need to worry about single digit since I convert to int already. Thx.
January 11, 2011 at 4:56 am
well , I think if there 100%. then it will different. Thx.
January 10, 2011 at 8:07 am
yes.
select convert( int, (replace(score, '%','') )) as TScore from [Quiz log]
right now I need to just extract the TScore >80 . but when I
tried
select...
January 10, 2011 at 7:24 am
I posted that question and found the solution myself. I tried to change the field name. it did not work. Thx.
January 5, 2011 at 11:53 am
I do not know how many lines I will have .
I googled and found this function. It solve my problem. thx.
Public Function PassbackAnyword(pstrText As String, pintword As Integer,...
October 4, 2010 at 5:34 am
I did that vb.net with the split function. It is easy. right now I do not want to install application. Thx.
September 29, 2010 at 8:23 am
My database is in MS ACCESS.
There are no such function exist.
ROW_NUMBER() OVER (ORDER BY N) AS ItemNumber,
SUBSTRING(@pString, N, CHARINDEX
September 29, 2010 at 8:01 am
thx. I think I need to get the table date as mm/dd/yy first.
I modified the string as
SELECT
*
FROM
...
September 21, 2010 at 6:54 am
data in the table is
AARON ADAN
AARON BRIDGES
A DIX
A GERALD
A HUSSAM
A JAMES, III
HUSSAM Jr
HUSSAM Jr.
A JAMES Sr.
I want to get the data
as
AARON
AARON
DIX
GERALD
HUSSAM
JAMES
HUSSAM
HUSSAM
JAMES
Thx.
October 27, 2009 at 12:47 pm
the application has been around for long time and it used by the nuns and those are just part of the functionality of the application-enhancement I do not want...
June 26, 2009 at 8:17 am
Viewing 15 posts - 16 through 30 (of 237 total)