C
claire
I have a database for the church, it has one main flat table only.
Each record for the parents have field for child1 name,
child1birthday, child2 name, child2birthday, child3 name,
child3birthday - up to 5 children.
I am having difficulty trying to get a report to list the birthdays of
the children like this
parent name, child 1 name, child 1 birthday month etc. so you get
something like this:-
Parent John Smith, child Mary Smith January 3
Parent Fred Jones, child Bert Jones March 4
Parent John Smith, child Jane Smith March 6
Parent Harry Brown, child Jane Brown March 6
Parent Bert Taylor, child Anne Taylor December 18
Parent Fred Jones, child Sue Jones December 21
This will enable the children to get a birthday card from the church.
I have tried putting the childrens details on separate tables and also
setting up a query for each child and then running a new query for the
children using these expressions:-
Expr1: Month([baptism_an1])
Expr2: Day([baptism_an1])
but cannot seem to get the right data out. Is there a way I can do
this?
I have looked at the listings here but cannot seem to find the answer.
Any help would be much appreciated.
Each record for the parents have field for child1 name,
child1birthday, child2 name, child2birthday, child3 name,
child3birthday - up to 5 children.
I am having difficulty trying to get a report to list the birthdays of
the children like this
parent name, child 1 name, child 1 birthday month etc. so you get
something like this:-
Parent John Smith, child Mary Smith January 3
Parent Fred Jones, child Bert Jones March 4
Parent John Smith, child Jane Smith March 6
Parent Harry Brown, child Jane Brown March 6
Parent Bert Taylor, child Anne Taylor December 18
Parent Fred Jones, child Sue Jones December 21
This will enable the children to get a birthday card from the church.
I have tried putting the childrens details on separate tables and also
setting up a query for each child and then running a new query for the
children using these expressions:-
Expr1: Month([baptism_an1])
Expr2: Day([baptism_an1])
but cannot seem to get the right data out. Is there a way I can do
this?
I have looked at the listings here but cannot seem to find the answer.
Any help would be much appreciated.