In adding new persons into the membership module
If I dont know what year a person was born, how do I just put in MM/DD with out the year, If I leave it blank the program inserts current year.
Birthdate on Membership Module
Moderators: Moderators, Tech Support
-
- Program Development
- Posts: 835
- Joined: Tue Sep 02, 2003 12:48 pm
- Location: PowerChurch Software
- Contact:
RE: Birthdate
There's no way to enter a birthdate without a year, as you have already seen. The best we can do is suggest that you enter a year you know is fake, like 1900. That way, you can run a report to see what people don't have birth years, and you can follow up with them accordingly.
If a member is simply refusing to give their birth year, having them show up as being 103 years old on reports may persuade them to be more cooperative.
If a member is simply refusing to give their birth year, having them show up as being 103 years old on reports may persuade them to be more cooperative.

Re: Birthdate on Membership Module
I'm wondering, given concerns with identity theft, PowerChurch would consider modifying the software so that in the future, input of a birth year is optional. We have never maintained this in our manual membership files... certainly we can key everyone in with a fake year such as 1900, but in general, we prefer to keep birth years confidential. --Jeff Rehbach, Memorial Baptist Church, Middlebury, VT
Re: Birthdate on Membership Module
As was mentioned, use of a dummy year is the way to get around the requirement, however, there is no current way not to enter a year for a date, as the data item is specifically a DATE field in the database.rehbach wrote:I'm wondering, given concerns with identity theft, PowerChurch would consider modifying the software so that in the future, input of a birth year is optional. We have never maintained this in our manual membership files... certainly we can key everyone in with a fake year such as 1900, but in general, we prefer to keep birth years confidential. --Jeff Rehbach, Memorial Baptist Church, Middlebury, VT
This date is also used to calculate the age of the person for use in determining age grouping for children's classes, and so on.
Finally, there shouldn't be a problem with identity theft as long as access to the database is restricted to only those persons needing access.
Neil Zampella
Using PC+ since 1999.
Using PC+ since 1999.
-
- Tech Support
- Posts: 3112
- Joined: Thu May 13, 2004 9:59 am
- Location: PowerChurch Software
- Contact:
Re: Birthdate on Membership Module
You will have better luck using 9999 as the year, rather than 1900. There are certain date functions that are disabled by using the 9999 year, rather than calculating everyone as over a hundred years old.
Re: Birthdate on Membership Module
Really ... something else to add to my PC+ trivia knowledge !!Zorak wrote:You will have better luck using 9999 as the year, rather than 1900. There are certain date functions that are disabled by using the 9999 year, rather than calculating everyone as over a hundred years old.

Neil Zampella
Using PC+ since 1999.
Using PC+ since 1999.