todays date as default value

  • Thread starter Thread starter Jens Hofmeier
  • Start date Start date
J

Jens Hofmeier

Hello,

i've got an unbound textfield which should display as default valu the
actual date in the following format "dd.mm.yy". It is important that the
format of the year is only 2 digits long. I've tried
=Format(Date();"dd.mm.yy") as default value, but it did not work.
Can somebody help?


Thanks,

Jens
 
Define "did not work".

I might be inclined to use this as the default value:
=Date()

and this as the Format property:
dd.mm.yy
 
Many non-US versions of ACCESS use ; instead of , as the argument delimiter.
 

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