A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

event management



 
 
Thread Tools Display Modes
  #1  
Old November 19th, 2008, 09:49 PM posted to microsoft.public.access.tablesdbdesign
Jessica
external usenet poster
 
Posts: 299
Default event management

I am with a small non profit. Weekly we travel as a group to various churches
in our area. I would like to create an events table in our church database
that can link to the contacts table. I also need to print out a customized
form that has all of the important event details (church info from contact
table and date etc from event table).

Does anyone have any suggestions on the best way to set this up. I am a
fairly new access user...Thanks!
  #2  
Old November 19th, 2008, 10:50 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default event management


Assuming that your church database is in Access.....

Find out the name and type of the primary key field in the contacts table.
Create your events table with all of the information that you want to track,
and include a linking field of the same type as the PK in your contact table.
For simplicity, you can even use the same field name as the PK in contacts.
Then link those two fields.


Although not needed yet, you could also add an autonumber "EventNUmber" PK
field to your events table.


To clarify one point, you'd be printing a report, not a form. There are
lots of ways to do that depending on the specifics of what you want to do and
the nature of your data (i.e. is the relationship between contacts and events
one to one, or can there be several of one associated with one of the other?)


  #3  
Old November 20th, 2008, 04:10 PM posted to microsoft.public.access.tablesdbdesign
Jessica
external usenet poster
 
Posts: 299
Default event management

The relationship would be one to one. Each event would correspond with one
church. Therefore the "report" would simply be a hardcopy of the event...we
call it a rally sheet. This report will should have all of the event info on
it..ie church name directions, any other specifics.

What's the best way to create this report?

"Fred" wrote:


Assuming that your church database is in Access.....

Find out the name and type of the primary key field in the contacts table.
Create your events table with all of the information that you want to track,
and include a linking field of the same type as the PK in your contact table.
For simplicity, you can even use the same field name as the PK in contacts.
Then link those two fields.


Although not needed yet, you could also add an autonumber "EventNUmber" PK
field to your events table.


To clarify one point, you'd be printing a report, not a form. There are
lots of ways to do that depending on the specifics of what you want to do and
the nature of your data (i.e. is the relationship between contacts and events
one to one, or can there be several of one associated with one of the other?)


  #4  
Old November 20th, 2008, 11:54 PM posted to microsoft.public.access.tablesdbdesign
Fred
external usenet poster
 
Posts: 1,451
Default event management

Hello Jessice,

My "is the relationship between contacts and events
one to one, or can there be several of one associated with one of the
other?" "question" was actually a 2 way question (= 2 questions). You only
answered one of them, but for your mission (desired report) as you describe
it, only that one answer is needed.

Assuming that you've done the other stuff that I described, create a query
with both of the discussed tables in it.

Then create a report using that query as it's data source. Change / verify
the join to "include all records from events" .

Then create a report (via any method) using that query as it's data source.
All of the fields from both tables will be available in the pick list. At
this point it's just the most basic report design but would be happy to help
with any questions.

Hope that helps

Fred



  #5  
Old November 21st, 2008, 05:43 PM posted to microsoft.public.access.tablesdbdesign
Jessica
external usenet poster
 
Posts: 299
Default event management

Thanks Fred! I am going to get to work and let you know how it all turns out.
You have been most helpful...

"Fred" wrote:

Hello Jessice,

My "is the relationship between contacts and events
one to one, or can there be several of one associated with one of the
other?" "question" was actually a 2 way question (= 2 questions). You only
answered one of them, but for your mission (desired report) as you describe
it, only that one answer is needed.

Assuming that you've done the other stuff that I described, create a query
with both of the discussed tables in it.

Then create a report using that query as it's data source. Change / verify
the join to "include all records from events" .

Then create a report (via any method) using that query as it's data source.
All of the fields from both tables will be available in the pick list. At
this point it's just the most basic report design but would be happy to help
with any questions.

Hope that helps

Fred



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:59 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.