Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

How to create & present linked records: course unit -> week 1, week 2, week 3

Solved
Jump to Solution
1222 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Daniel_May
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi,

Looking for the best way to do this. I’ve got a Unit table that stores all the details for a course Unit (e.g. Introduction to French):

image

I want to specify records for each week of that Unit, e.g. for the Unit “Musicianship 101”, we have a record for Week 1, Week 2, Week 3, etc (tracking information for each week):

Musicianship 101

  • Week 1
  • Week 2
  • Week 3

I created a table Unit Weeks that looks like this:

image

Where the “Unit” field is a linked record back to the corresponding unit record in *Unit table.

What’s the neatest way to do this?

  • I’d like to hide the “Name” primary field. Is there any way?
  • I’ve used grouping on the “Unit” field and hidden the “Name” primary field. Any better ways of doing this?

image

Thanks,
Daniel

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

Nope, you’re doing it correctly.

See Solution in Thread

2 Replies 2
ScottWorld
18 - Pluto
18 - Pluto

Nope, you’re doing it correctly.

Ok, thanks mate. Appreciate it.