J
Joanne
I want to create a database to track my golf game.
I have a Table called Course Info, with CourseID as autonumber primary
key
I think I need to create a table for each hole on the course to keep
the info regarding the distance, par etc of the hole, and also to hold
my score for the hole, including approach shots, putts, greens etc.
In this table I have HoleID as autonumber primary key.
I cannot for the life of me to figure out how to relate the tables.
I thought to use a secondary key in each Hole Info table to tie to the
Course info table, but don't know how to do it. Or perhaps I should
related courseID from the Course information table to a field called
course name in each hole table.
I want the whole app tied together so that I can create a score sheet
the way I want it, and of course, to create percentages etc to see how
well (or not) I am doing. And I want to be able to do this for each
course I golf on.
Maybe I am making this to hard and I should use one table for all 18
holes but it seems to me that this type of approach was pretty much
frowned upon when I took the access class 3 or 4 years ago.
I am pretty rusty and need a little nudge to get going forward on my
project. Your help is very much appreciated.
Golf on
Joanne
I have a Table called Course Info, with CourseID as autonumber primary
key
I think I need to create a table for each hole on the course to keep
the info regarding the distance, par etc of the hole, and also to hold
my score for the hole, including approach shots, putts, greens etc.
In this table I have HoleID as autonumber primary key.
I cannot for the life of me to figure out how to relate the tables.
I thought to use a secondary key in each Hole Info table to tie to the
Course info table, but don't know how to do it. Or perhaps I should
related courseID from the Course information table to a field called
course name in each hole table.
I want the whole app tied together so that I can create a score sheet
the way I want it, and of course, to create percentages etc to see how
well (or not) I am doing. And I want to be able to do this for each
course I golf on.
Maybe I am making this to hard and I should use one table for all 18
holes but it seems to me that this type of approach was pretty much
frowned upon when I took the access class 3 or 4 years ago.
I am pretty rusty and need a little nudge to get going forward on my
project. Your help is very much appreciated.
Golf on
Joanne