Customised datatype for date

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

Guest

Hello

I want to display birthdays in a table, but dont want to have the year shown
(some people might be sensitive about their age). By the looks of things
none of the usual date datatypes allow this. I am using text at the moment
and the users have to type in 01 Jan.

It would be nice if you could add the date as 1/1 (01 Jan) and then it
automatically comes up as 01 Jan or 01 January (as with medium date and long
date). Is this possible or not?

Thanks for any suggestions.
 
mix said:
Hello

I want to display birthdays in a table, but dont want to have the
year shown (some people might be sensitive about their age). By the
looks of things none of the usual date datatypes allow this. I am
using text at the moment and the users have to type in 01 Jan.

It would be nice if you could add the date as 1/1 (01 Jan) and then it
automatically comes up as 01 Jan or 01 January (as with medium date
and long date). Is this possible or not?

Thanks for any suggestions.

Sure it is a format issue. Try "d mmm" That will give you 1 January.
"dd mm" should give you 01 Jan.
 
Brilliant! Thanks very much, you're great!

Joseph Meehan said:
Sure it is a format issue. Try "d mmm" That will give you 1 January.
"dd mm" should give you 01 Jan.
 

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

Similar Threads

Access 2007 and Dates 1
Group by Years 5
Date problem 4
Access 2007 and Dates 1
Date Serial Problem 2
Date code needed 2
convert date to text month 2
Calculating occupational sick pay entitlement 0

Back
Top