Good morning gentlemen I've gotton a bit stuck creating a table to capure data.
May I ask you to help me figure this out?
These are my important tables so far
List (The Quarter are grouped by List)
Quarter (There are 640 Quarter, each is a ¼ mile radius area of London)
Point (There are 20,000 Point. Each is a landmark (in a ¼ mile))
Relationships
List can have many Quarter
Quarter can have many Point
I have created a Form (called Main) showing each possible ¼ mile area (from Quarter Table) and a Subform (called MainSubform1) showing the many landmarks (from Point Table). Which is lovely and thanks to you gentlemen on this site so I’m extremely grateful.
Now it’s onto the next bit and I’m stuck again for how to capture the data I need.
If the Main form (so far) shows possible setting off places for imaginary taxi journeys, I want a second Subform (MainSubform2) to show the landmarks (from Point Table ) that are in the ¼ mile areas (From Quarter Table) that I know how to say the taxi journey too.
My solution (which feels wrong and doesn’t work) is: A Table (called SetDown - which I haven’t created yet). Each record in SetDown is one Quarter (from Quarter Table) and then, somehow, I want the SetDown Table to record the many other ¼ mile radii (from Quarter Table) and so their many landmarks (From Point Table) that can be shown in Subform2. each time I learn a new ¼ mile I will update which other Quarters I can go to in SetDown.
Sorry for such complicated preamble to my question
How should I set the extra table/s up for this?
Thank you in advance.
May I ask you to help me figure this out?
These are my important tables so far
List (The Quarter are grouped by List)
Quarter (There are 640 Quarter, each is a ¼ mile radius area of London)
Point (There are 20,000 Point. Each is a landmark (in a ¼ mile))
Relationships
List can have many Quarter
Quarter can have many Point
I have created a Form (called Main) showing each possible ¼ mile area (from Quarter Table) and a Subform (called MainSubform1) showing the many landmarks (from Point Table). Which is lovely and thanks to you gentlemen on this site so I’m extremely grateful.
Now it’s onto the next bit and I’m stuck again for how to capture the data I need.
If the Main form (so far) shows possible setting off places for imaginary taxi journeys, I want a second Subform (MainSubform2) to show the landmarks (from Point Table ) that are in the ¼ mile areas (From Quarter Table) that I know how to say the taxi journey too.
My solution (which feels wrong and doesn’t work) is: A Table (called SetDown - which I haven’t created yet). Each record in SetDown is one Quarter (from Quarter Table) and then, somehow, I want the SetDown Table to record the many other ¼ mile radii (from Quarter Table) and so their many landmarks (From Point Table) that can be shown in Subform2. each time I learn a new ¼ mile I will update which other Quarters I can go to in SetDown.
Sorry for such complicated preamble to my question
How should I set the extra table/s up for this?
Thank you in advance.