Jump to content

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

Recommended Posts

  • Newbies
Posted

Hey all,

I'm sure this has been answered a dozen times or more, but how do I create a Value List from data in a Repeating Field?

Scenario: Its a repeating field of up to 10 colours, I want to then be able choose 1 of those colours from a drop down list .. but only choose from the values of repeating field of the current record, not all of the records in the database.

Any tips would be most welcomed. Thanks J

Posted

You will need to create a self join keyed on your primary ID. Then reference the repeating field of the Self Join.

However, I must warn you that using repeating fields usually means that you probably have a relational structure issue. Why are you using repeating fields?

This topic is 5819 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.