lol, i knew I wasn't telling it straight!!! 😃 I'm in work so dont have the tables in front of me...
OK, here we go.
Data entered: match_id, keeper, right-back, left-back, centre-back1, centre-back2, right-wing, left-wing, centre-mid1, centre-mid2, forward1, forward2, sub1, sub2, sub3, match_report
Apart from 'match_report', all are entered as 'INT'.
'match_id' is obtained automatically from a link.
The lists show the player names, but when the form is posted it sends their corresponding numbers to the DB.
The lists get their data from the table tblplayerinfo which holds playerID, name
Using the SELECT * FROM tblmatch_reports returns the correct result, but not in the right format. Basically where the numbers are, I would like the player names...
Does that make more sense at all?😃 😕