golfortennis1
Member
- Local time
- Today, 15:04
- Joined
- Jan 11, 2023
- Messages
- 43
Greetings all. Newby to this forum. A search did not turn up quite what I was looking for. I have done a few courses, and now all of a sudden I think of myself as as Access expert till I start to actually use Access. 
Not this may be part of a bigger issue, but I figured I best start small. I had previously been using an Excel spreadsheet to do what I am attempting, but after learning about Access, it appears to be the better way.
What I am doing is tracking golf statistics. "Strokes Gained" to be more precise. My fields include the following: Date, Course, Round #, Hole, Stroke(which shot on the hole), Club, Type, Lie, Distance to Pin, Shot(which is a concatenation of the prior two to create a lookup value.)
The way this is supposed to work is before hitting a shot, there is an expected number of strokes to get the ball in the hole, so the previous stroke's information is necessary to get the correct data. I choose Round, Hole, Stroke all together, and sort lowest to highest(ie, the 1st shot of the 1st hole of the 1st round should be first). But every time I do something and save in design view, the fields are in random spots and the table appears to be sorted by club. I do not see anything that suggests why club would be the default.
I currently do not have a primary key on this table, as I do not want to have Access simply number each shot(I have >2000 now and growing). I tried to create a key with concatenating, but Access doesn't allow this, and I can't use the existing fields as there are duplicates everywhere else(e.g. round 1 has 75+ records, every course has 18 holes, every hole has a first stroke).
If there are some suggestions, I would be very appreciative. Feels like this should be simple to get past, but I'm stuck.
Thank you.

Not this may be part of a bigger issue, but I figured I best start small. I had previously been using an Excel spreadsheet to do what I am attempting, but after learning about Access, it appears to be the better way.
What I am doing is tracking golf statistics. "Strokes Gained" to be more precise. My fields include the following: Date, Course, Round #, Hole, Stroke(which shot on the hole), Club, Type, Lie, Distance to Pin, Shot(which is a concatenation of the prior two to create a lookup value.)
The way this is supposed to work is before hitting a shot, there is an expected number of strokes to get the ball in the hole, so the previous stroke's information is necessary to get the correct data. I choose Round, Hole, Stroke all together, and sort lowest to highest(ie, the 1st shot of the 1st hole of the 1st round should be first). But every time I do something and save in design view, the fields are in random spots and the table appears to be sorted by club. I do not see anything that suggests why club would be the default.
I currently do not have a primary key on this table, as I do not want to have Access simply number each shot(I have >2000 now and growing). I tried to create a key with concatenating, but Access doesn't allow this, and I can't use the existing fields as there are duplicates everywhere else(e.g. round 1 has 75+ records, every course has 18 holes, every hole has a first stroke).
If there are some suggestions, I would be very appreciative. Feels like this should be simple to get past, but I'm stuck.
Thank you.