Jump to content
Server Maintenance This Week. ×

values and relationships


This topic is 7645 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

help is appreciated. thanks in advance

I am trying to create what a think should be value lists with relationships

what i am trying to achieve is having a drop down list and then a corresponding drop down list for each topic. for instance if someone selects the body part "chest" from the first value list then a list of exercises would be displayed relating to chest in the second value list. the first list would have a drop down of say each major body part chest, back, arm, leg and the second exercise type would list those related exercises.

thanks

Link to comment
Share on other sites

build the second on a relation based on the first field

first valuelist= from field, database2, all values from majorbody part

2nd valuelist, based on relation majorbodypart<->database2::majorbodypart, all corresponding values from database2::bodypartdetail

Link to comment
Share on other sites

I have this exact program in my gym for my trainers.

What I do:

1 database with MajorPart and Movement fields (and descriptions, pics etc)

I have a GlobalMajorPart field with a pop up menu and the values are from the MajorPart Field. The a self relationship from Global MajorPart to MajorPart.

In a portal I list the Movements.

This system workd great and I can pick from 100's of exercise with just a few clicks.

Charles

Link to comment
Share on other sites

This topic is 7645 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.