L
Ladderman
I have a Database table called 'Players', with fields called: Name, Played
and Won. There are others, which are not important to this problem.
I am also putting in results into a table called 'Results'
The results will alway be 1-0 or 0-1. I am entering them on a 'Form' like
this:
Joe Bloggs 1
Fred Smith 0
They end up in the table as:
Joe Bloggs 1 Fred Smith 0
Which is fine.
When these results are entered, I want the 1s and zeros to increment the
'Played' field in a players record by one, and the 1s to increment the 'Won'
fields also by one.
It seems to me that this should be a simple excercise, but as I know nothing
about Access, I am baffled.
and Won. There are others, which are not important to this problem.
I am also putting in results into a table called 'Results'
The results will alway be 1-0 or 0-1. I am entering them on a 'Form' like
this:
Joe Bloggs 1
Fred Smith 0
They end up in the table as:
Joe Bloggs 1 Fred Smith 0
Which is fine.
When these results are entered, I want the 1s and zeros to increment the
'Played' field in a players record by one, and the 1s to increment the 'Won'
fields also by one.
It seems to me that this should be a simple excercise, but as I know nothing
about Access, I am baffled.