472,353 Members | 1,335 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

Church Database

Ok I have read a number of messages about this but am having trouble understanding it all.

This is what i need:

I have a list of birthdays for youth. I need to know (based on their birthday [BDate] what month it will be six months after that date.This is for interview purposes.
Naturally this is all based on month and day and not year.
I would like to have this automated to appear on a form so that I can click on a button and it will show me who is coming up for an interview next month. I would then like to print this out as a report.

I would liek to be able to cut and paste the code into SQL as I am still learning how to use the functions in Access.

Hope you can help me

--
Message posted via http://www.accessmonster.com
Nov 13 '05 #1
3 1561
I'm not sure I understand your question: you want to know what month it will
be six months after WHAT date?

Are you saying you want six months after their birthday this year? That
would be DateAdd("m", 6, DateSerial(Year(Date), Month([BDate]),
Day([Bdate])))

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Gaven via AccessMonster.com" <fo***@AccessMonster.com> wrote in message
news:da******************************@AccessMonste r.com...
Ok I have read a number of messages about this but am having trouble understanding it all.
This is what i need:

I have a list of birthdays for youth. I need to know (based on their birthday [BDate] what month it will be six months after that date.This is
for interview purposes. Naturally this is all based on month and day and not year.
I would like to have this automated to appear on a form so that I can click on a button and it will show me who is coming up for an interview next
month. I would then like to print this out as a report.
I would liek to be able to cut and paste the code into SQL as I am still learning how to use the functions in Access.
Hope you can help me

--
Message posted via http://www.accessmonster.com

Nov 13 '05 #2
Yes but where would I put that code.

I want to be able to have a result box with a date 6 months from the date of the person birhtday this year.

I need to know who is due for an interview six months after their birthday.

Example. Say I wanted to print a report today. I would like the report to have a section where it shows me anyone who needs to have an interview because its been six months from their birthday.
Youth have an interview every six months, so one will be on their birthday and the next will be six months later

--
Message posted via http://www.accessmonster.com
Nov 13 '05 #3
G F via AccessMonster.com wrote:
Yes but where would I put that code.

I want to be able to have a result box with a date 6 months from the date of the person birhtday this year.

I need to know who is due for an interview six months after their birthday.

Example. Say I wanted to print a report today. I would like the report to have a section where it shows me anyone who needs to have an interview because its been six months from their birthday.
Youth have an interview every six months, so one will be on their birthday and the next will be six months later

Instead of showing this, you could also filter the set to show just
those eligible for interview. Why decide manually if you can formalize
the decision and have it made by your tool?

If everyone in your table is to be interviewed every six months, and you
want a report with interviews for coming month (that is, today it would
show you the list for January), this expression:

datediff("m",bdate,dateadd("m",1,date)) mod 6

will return 0 for all candidates.
--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea
Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Cherrish Vaidiyan | last post by:
sir, The following are the steps that i followed in setting up standby database on Red hat Linux 9. i am using Oracle 9i. i have followed the...
10
by: TS | last post by:
I hope someone here can help me. We are currently looking at redeveloping the membership database for out church. It is mainly usd to hold...
3
by: Tim Dempsey | last post by:
Folks, I need some advice. I hpoe some of you can advise me. Our church's weekly bulletin has been published on paper for years. It is created...
6
by: Marvin Libson | last post by:
Hi All: I am running DB2 UDB V7.2 with FP11. Platform is Windows 2000. I have created a java UDF and trigger. When I update my database I get...
5
by: nbbrindisi | last post by:
First, I work with a small church (about 100 people). We need a database to handle basic information like name, address, family members, joined...
21
by: Merrill & Michele | last post by:
Q1) Has anyone seen a treatment of Dr. Church's lambda calculus that uses C instead of an obscure language designed for logic? Q2) How does...
18
by: fishwick | last post by:
I haven't really done any css in quite a while, and am banging my head against the wall trying get the rudimentary layout together of a church...
0
by: Pastororits | last post by:
Dear Beloved Brethren, Calvary greetings to you all in the name of Our Lord Jesus Christ. I am Pastor Isaac Orits Edah, 36 years old from Lagos...
10
by: jmarcrum | last post by:
Hi everyone! I have a church database that keeps track of all of our church's members: first and last name, email address, phone number, home...
2
by: servantofone | last post by:
Does anyone know of a service that would allow my Pastor to send an email that is automatically posted on the news section of the church website? I...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.