chris567uk
Technical User
Hi Folks,
Quite a simple Idea, but I cant get it 100% -please help!!
A football club database I'm concerned with has 3 Tables:
1.Players: primary key= playerID (autonumber)
2Injury Clinic: 2x primary keys= player ID & Date of Injury
3Asessment Clinic: 2x primary keys= player ID & Asessment date
The [Injury Clinic] table holds all the data on the injury with the date it happened - "Date of Injury"
The Player may see the doctor or physio a dozen or more times with each injury, so the [Asessment Clinic] table holds the data for each subsequent visit made unique by "Asessment Date". Tables are joined by "Date of Injury"
The player ID field in the [Injury Clinic] table is a look-up field showing [firstname] [lastname] in a combo box to give a drop-down selection on the table (and entry form)
The Injury Clinic entry form has a subform for the subsequent visit data - filling in the [Assesment Clinic] table.
ok - now for the problem
The [Assesment Clinic] table will not show the players first or last names - just the ID number. How do I get it to autocomplete the players names from the Injury Clinic drop-down selection?
Help gratefully recieved
Thanks
Christine.
Quite a simple Idea, but I cant get it 100% -please help!!
A football club database I'm concerned with has 3 Tables:
1.Players: primary key= playerID (autonumber)
2Injury Clinic: 2x primary keys= player ID & Date of Injury
3Asessment Clinic: 2x primary keys= player ID & Asessment date
The [Injury Clinic] table holds all the data on the injury with the date it happened - "Date of Injury"
The Player may see the doctor or physio a dozen or more times with each injury, so the [Asessment Clinic] table holds the data for each subsequent visit made unique by "Asessment Date". Tables are joined by "Date of Injury"
The player ID field in the [Injury Clinic] table is a look-up field showing [firstname] [lastname] in a combo box to give a drop-down selection on the table (and entry form)
The Injury Clinic entry form has a subform for the subsequent visit data - filling in the [Assesment Clinic] table.
ok - now for the problem
The [Assesment Clinic] table will not show the players first or last names - just the ID number. How do I get it to autocomplete the players names from the Injury Clinic drop-down selection?
Help gratefully recieved
Thanks
Christine.