linking 2 tables

F

fipp

I have 2 tables in a database about a football game. The tables are 'game'
and 'play'. Naturally there is 1 game with many plays.

'game'
gameid
team
opponent
date

'play'
playid
gameid
down
distance
yardline
posessionteam
offenseplay
defenseplay
gain

when I create a query and link the 2 tables via gameid my query is not
editable. The reason I need to link them and edit it is because I am trying
to calculate a value and in the calculation I need to know when team is equal
to posessionteam.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top