maxmangion
06-29-2003, 10:59 PM
when i set the datatype of a field name to 'short date', how can i set like day/month/year, rather than it's default month/day/year ?
Thanks
Thanks
|
View Full Version : date maxmangion 06-29-2003, 10:59 PM when i set the datatype of a field name to 'short date', how can i set like day/month/year, rather than it's default month/day/year ? Thanks Calvin 06-29-2003, 11:29 PM set the Format property to "dd/mmm/yyyy" or "d/m/yy" or "dd/mm/yy" maxmangion 06-29-2003, 11:50 PM thx for the tip. maxmangion 06-30-2003, 12:06 AM i have tried what suggested, but unfortunately I am having a problem. in the format i set it to "dd/mm/yy" However, when i am entering a date such as 12/12/88, I am getting the following error: The value you entered isn't valid for this field. For example you may have entered text in a numeric field or a number that is larger than the Fieldsize setting permits. any other ideas are appreciated! Thanks Rich 06-30-2003, 02:15 AM You don't say where in the world you are but I suspect your regional settings are incorrect maxmangion 06-30-2003, 02:22 AM i have checked the regional settings, but they appear to be correct. The Short Date is dd/MM/yy in the regional settings. Rich 06-30-2003, 03:16 AM Then provided the field data type is date/time short date setting should reflect the correct display. maxmangion 06-30-2003, 03:30 AM thx ppl for your help ... problem solved. |