rendrag Posted April 27, 2009 Posted April 27, 2009 (edited) I didn't see a forum specifically for databases, so hopefully this is a suitable alternative.I'm trying to program through access 2007 a golf scoring database for my father (and myself by extension). It'll track the different courses we play at, and the number of strokes for each hole of each round. I know there are free versions of this online already, but half the fun of this stuff is building it myself.My issue I'm having is I'm unsure how to set up the relationships between each Hole of a given Round to the Course's particular hole. I've attached my relationship report as I have it now, hoping one of you guys could shed some light on what I can do to fix it.Ultimately i want the form to look like scorecard where each hole has the Course's Hole Number, Distance and Par, and beneath that I have the total strokes, whether the fairway was hit or green was reached in regulation, as well as the number of putts.Thanks!relationship_report.pdf Edited April 27, 2009 by rendrag
geezery Posted April 30, 2009 Posted April 30, 2009 I looked at your table structure and it looks okay. I would personally remove the tblState and tblRoundtype tables and put those columns in the yblRound table.SQL is very powerful for making queries and I think that those two tables are just causing troubles.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now