date format change

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the date in my database as mm/dd/yy. I need to change to ddmmyy. How
do I do this? Thanks.
 
Go to your control panel, Regional Settings, select date
and then set the Short Date Style. Apply and then OK
This should fix your problem. If not try closing the
database, then re-open it, the date format should now be
as you require if you have set the formate in the table
design as short date.

Hope this helps

Nick
 
Go to your control panel, Regional Settings, select date
and then set the Short Date Style. Apply and then OK
This should fix your problem. If not try closing the
database, then re-open it, the date format should now be
as you require if you have set the formate in the table
design as short date.

Hope this helps

Nick
 
Note that changing Date format in Regional Settings will also change the
date format in other applications that use the Regional Settings. Use this
with caution.

I would recommend changing the Format Property of the Fields or Controls
rather than changing the Regional Settings.
 
My Format Property in the Fields does not give the option ddmmyy. How do I
get this format? Where do I find the Controls that you mentioned? I'm still
new to Access. Thanks.
 
My Format Property in the Fields does not give the option ddmmyy. How do I
get this format?

It's not in the dropdown box of predefined formats - but you can
simply type the letters

ddmmyy

into the Format property. See the online help for Format, and drill
down to custom date formats for lots more options.
Where do I find the Controls that you mentioned? I'm still
new to Access. Thanks.

If you're using table datasheets to do data entry - DON'T. They're
*very* limited in their capability!

When you create a Form based on your table, you'll be putting the data
into "controls" - textboxes, combo boxes, other types of controls - on
the form.

John W. Vinson[MVP]
 
It worked. Thanks!

John Vinson said:
It's not in the dropdown box of predefined formats - but you can
simply type the letters

ddmmyy

into the Format property. See the online help for Format, and drill
down to custom date formats for lots more options.


If you're using table datasheets to do data entry - DON'T. They're
*very* limited in their capability!

When you create a Form based on your table, you'll be putting the data
into "controls" - textboxes, combo boxes, other types of controls - on
the form.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top