can we store date time in millisecond formate(
-
can we store date time in millisecond formate(2007/11/13 02:20:36:265) in ms access
Piyush Vardhan Singh
-
can we store date time in millisecond formate(2007/11/13 02:20:36:265) in ms access
Piyush Vardhan Singh
i think , the access date/time data type by default only stores the time to the second.My suggestion is , u take another field to store the milliseconds.
Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
-
i think , the access date/time data type by default only stores the time to the second.My suggestion is , u take another field to store the milliseconds.
Soniagupta1@yahoo.co.in Yahoo Messenger Id = soniagupta1
thanks for suggestion. i have done this work yesterday. only i want to conform.
Piyush Vardhan Singh
-
can we store date time in millisecond formate(2007/11/13 02:20:36:265) in ms access
Piyush Vardhan Singh
-
thanks for suggestion. i have done this work yesterday. only i want to conform.
Piyush Vardhan Singh
-
first change the column property to text and then use this format in input mask 00:00:00:000\(A"M)";0;_ will solve ur problem. Devjit Das.
i am sending input like this can u modified this which format MS AccESS acept INPUT:- Now.ToString("yyyy/MM/dd,hh:mm:ss:") & Now.Millisecond.ToString
Piyush Vardhan Singh
-
i am sending input like this can u modified this which format MS AccESS acept INPUT:- Now.ToString("yyyy/MM/dd,hh:mm:ss:") & Now.Millisecond.ToString
Piyush Vardhan Singh
-
how to use Distinct in ms access i want to count distinct starttime from table
Piyush Vardhan Singh