1. I don't understand the question.
2. Access tries to guess dates when you enter them. As there is no 23rd month, but a 12th month, Access guess correctly when you enter 23/12/2006.
However if the date can be interpreted more than one way, Access defaults to the ANSII standard where A is for American. Therefore Access, and SQL, perfer the MM/DD/YYYY format.
There's not much you can do except for put in the MM/DD/YYYY format; spell out the month like "4-dec-2006", or use the YYYYMMDD format such as 20061204 which Access and SQL both like. -- Jerry Whittle Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
"zila" wrote:
[Quoted Text] > 1. l failed to enter ISBN number in my form. For details; > Field Name; ISBN number > Data type : Number > Field Size;Long Integer > Decimal places: Auto > Note; please tell me what should l do? > > 2. l'm using short date .when l enter 11/12/2006 it changes to 12- Nov-2006 > but if l enter 23/12/2006 it's o.k (23-Dec-2006).l realise that all numbers > below than 12 give me headache for example 4/12/2006 will change to > 12-apr-2004 or 3/5/2006 will change to 5-mar-2006. What should l do to > get input > 4/12/2006 such as 4-dec-2006 automatically .l don't like to write month > before day. > > thank you
|