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  

Table relationship design



 
 
Thread Tools Display Modes
  #1  
Old March 19th, 2005, 08:15 PM
wschlichtman
external usenet poster
 
Posts: n/a
Default Table relationship design

I would like to create a database that associates a particular physical
exercise to the muscles that are being worked, and vice-versa.

I.e., if I select an exercise from a dropdown box, the database would
display the muscle(s) that are being developed from the exercise. Also, if I
select a muscle group to develop, the application would display the exercises
that could be used to work that particular muscle.

E.g.:

Seleted Exercise: Lat pulldown
Muscles worked: Latissimus Dorsi, Biceps

Selected Muscle: Biceps
Exercises: Lat pulldown, Bicep curl, Dumbbell preacher curl, etc.

Any table/relationship design help would be greatly appreciated.
  #2  
Old March 19th, 2005, 08:32 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

It might help to think of this in terms of Northwind which has Orders, Order
Details, and Products. Your physical Exercise is the Orders table and each
muscle is a Product. The Order Details allows an Order (Excercise) to relate
to multiple Products (Muscles). Your OrderDetails would be an ExerciseMuscle
table with one records per Exercise per Muscle.

--
Duane Hookom
MS Access MVP


"wschlichtman" wrote in message
...
I would like to create a database that associates a particular physical
exercise to the muscles that are being worked, and vice-versa.

I.e., if I select an exercise from a dropdown box, the database would
display the muscle(s) that are being developed from the exercise. Also, if
I
select a muscle group to develop, the application would display the
exercises
that could be used to work that particular muscle.

E.g.:

Seleted Exercise: Lat pulldown
Muscles worked: Latissimus Dorsi, Biceps

Selected Muscle: Biceps
Exercises: Lat pulldown, Bicep curl, Dumbbell preacher curl, etc.

Any table/relationship design help would be greatly appreciated.



 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Update - If statement Dan @BCBS Running & Setting Up Queries 13 December 14th, 2004 06:02 PM
Manual line break spaces on TOC or Table of tables Eric Page Layout 9 October 29th, 2004 04:42 PM
Table Design & Relationship problem... Niko Database Design 7 October 23rd, 2004 02:10 PM
Semicolon delimited text query help Al Guerra Running & Setting Up Queries 3 August 12th, 2004 11:50 AM
Help with table design and relationships Richard Wright Database Design 3 June 20th, 2004 03:49 PM


All times are GMT +1. The time now is 08:15 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.