Birth Date Field

G

Guest

On my personnel data report I want to include their birth date, but I only
want to show their birth Month - don't want to embarass anyone. I have the
field working - how do I get block the date and year and display just the
month ?

Thanks - George
 
R

Rick Brandt

George said:
On my personnel data report I want to include their birth date, but I
only want to show their birth Month - don't want to embarass anyone.
I have the field working - how do I get block the date and year and
display just the month ?

Thanks - George

=Format(BirthDate, "mmmm")
 
G

Guest

I loaded the statement you gave me first in the input mask field - didn't
work - then tried it in the Format field - Doesn't work ? What am I doing
wrong ? Thanks
 
T

Tom Lake

I loaded the statement you gave me first in the input mask field - didn't
work - then tried it in the Format field - Doesn't work ? What am I doing
wrong ? Thanks

It goes in the RecordSource field

Tom Lake
 
D

Douglas J. Steele

If you're using the Format property of the textbox control, all you need to
put is "mmmm" (without the quotes)
 
G

Guest

Thanks - Doesn't work - This stops all other fields from working - report
build from Query.

Thanks - Still trying to resolve.



PC Datasheet said:
In the recordsource for your report use BirthMonth:Month([BirthDate])

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com


George said:
On my personnel data report I want to include their birth date, but I only
want to show their birth Month - don't want to embarass anyone. I have the
field working - how do I get block the date and year and display just the
month ?

Thanks - George
 
R

Rick Brandt

George said:
I loaded the statement you gave me first in the input mask field -
didn't work - then tried it in the Format field - Doesn't work ?
What am I doing wrong ? Thanks

It goes in the ControlSource of the TextBox.
 

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

Sort By Date and Month Only 3
Counting in Report 3
datediff 4
Access Access, problem with query. 5
Do not show year of date 1
calc date of birth in query 3
querry sql problem for previous month 4
report on date of birth 4

Top