Hi, I have a question. my default format of date is base on the regional settings that is for example the regional setting for shortdate format is m/d/yyyy, then date would appear as for example 6/5/2009 but what I need was the format should be mm/dd/yy such as 06/05/09.
yes we can set the format of date in the textbox as 99/99/00; so that it is like mm/dd/yy but it makes an error and if saved in the table, it still bear the format in the regional setting.
yes I can manually tune the shortdate format of a date into mm/dd/yy but what I would like to do is to set the regional setting shortdate format by code because the user will have the setup procedure in the access project.
Can somebody show me how to alter the shortdate format of the regional setting by vb code! Highly appreciated.
I would like to say, that I have used my friend google but my friend did not gave me anything close to what I need.
yes we can set the format of date in the textbox as 99/99/00; so that it is like mm/dd/yy but it makes an error and if saved in the table, it still bear the format in the regional setting.
yes I can manually tune the shortdate format of a date into mm/dd/yy but what I would like to do is to set the regional setting shortdate format by code because the user will have the setup procedure in the access project.
Can somebody show me how to alter the shortdate format of the regional setting by vb code! Highly appreciated.
I would like to say, that I have used my friend google but my friend did not gave me anything close to what I need.