Hi,
I am creating a data entry program for data being collected from Bangalore, India. My problem is the date formats in India are "DD/MM/YYYY" as opposed to the US format of "MM/DD/YYYY". When I apply the dd/mm/yyyy format to my table design and also to the text box on the form, the format works except for say May 2, 2006, which would be entered as 02/05/2006. As soon as I move to another control Access flips the days and months to 05/02/2006. If I modify the format to dd/mmm/yyyy Access tells me the date is 05/Feb/2006. How can I get Access to stop 'helping' me and only take the data as it is entered and formatted, short of splitting the date fields.
Sidebar-Personally, I always feel that dates should be entered with a three character month, because of confusion that can be generated when using strictly two digit days and two digit months when both values are 12 or less.
I am creating a data entry program for data being collected from Bangalore, India. My problem is the date formats in India are "DD/MM/YYYY" as opposed to the US format of "MM/DD/YYYY". When I apply the dd/mm/yyyy format to my table design and also to the text box on the form, the format works except for say May 2, 2006, which would be entered as 02/05/2006. As soon as I move to another control Access flips the days and months to 05/02/2006. If I modify the format to dd/mmm/yyyy Access tells me the date is 05/Feb/2006. How can I get Access to stop 'helping' me and only take the data as it is entered and formatted, short of splitting the date fields.
Sidebar-Personally, I always feel that dates should be entered with a three character month, because of confusion that can be generated when using strictly two digit days and two digit months when both values are 12 or less.