Jump to content

3 values selection relationships and tables


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

Recommended Posts

Hi All,

I have a data set that includes about 300k records. Each record includes 3 fields: Year, make, Model.

I'm looking to set up the 3 fields in my main database so I can start selecting the year, which will limit what makes are displayed. Select the make and based on the year and make show the available model options.

What is the best way to set up tables and or relationships so this is sorted properly?

Thank you!

Link to comment
Share on other sites

18 minutes ago, wattmhite said:

What is the best way to set up tables and or relationships

What is the eventual purpose of making these selections? If it's just for viewing, then you don't need any additional tables - only 3 global fields and a couple of additional occurrences of the existing table.

Link to comment
Share on other sites

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