Setup Help

hornfan11

Board Regular
Joined
Nov 13, 2002
Messages
56
I am trying to setup a database that allows me to monitor company meetings and the interaction we have with our contacts.

I envision some of the following tables but cannot make them relate to one another.

Meeting (Meeting_Date, Meeting_Summary)
Contacts (Contact_Name, Contact_Address, etc.)
Attendees (Attendee_Name, Attendee_Adress, etc.)
File (File_Name, File_Type) (Files shown or used at the meeting)
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
To make relationshiop between tables, related fields must be the same type fields.
maybe that will helps?
 
Upvote 0
If I understand you first post you mean:

Meeting Table
Meeting_ID (Primary Key)
Meeting_Date
Meeting_Summary


File Table
File_ID (Primary key)
File_Name
File_Type
Meeting_ID

Would be related by the the Meeting_ID.

I can't seem to make all the tables relate properly.

I do know a Meeting can have one-to-many Contacts, one-to-many Attendees, and one-to-many Files.

Does this make any sense?
 
Upvote 0
Can you use more than one file on one meeting?
can one file be used on more than one meeting?
 
Upvote 0
Can you use more than one file on one meeting?

Yes.


can one file be used on more than one meeting?

No.
 
Upvote 0
I guess what I am trying to say is logically I can't figure out what would be the best way set-up the databse.
 
Upvote 0

Forum statistics

Threads
1,221,614
Messages
6,160,839
Members
451,673
Latest member
wella86

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top