silentwolf
Active member
- Local time
- Yesterday, 16:38
- Joined
- Jun 12, 2009
- Messages
- 644
Hi guys,
I have created a little Database for our Chess Club with below shown Table Structure.
This is all working well and I get all relevant Information out of that database using Queries, i.e. who played on what date, who played and who won with what color played.
However at present I record those games with ChessEntryForm01
where I need to enter Player White in one line and Player Black in another with the corresponding win or loss or draw value.
But I would like to speed the entry up and use a Form like EntryForm02. where I did create a value List of 1-0, 0-1 or 0-0 for either White won, Black won or a draw representing a 0-0 value.
To save that game played I would need a Insert Into Statement I would imagine.
So this Insert Into Statement would need to enter Location and Date into the Games Table
and for White Player and Black Player Into the GamesPlays table with the relevant GameID for those two Players.
Could someone help me with this please?
Many thanks
Albert
I have created a little Database for our Chess Club with below shown Table Structure.
This is all working well and I get all relevant Information out of that database using Queries, i.e. who played on what date, who played and who won with what color played.
However at present I record those games with ChessEntryForm01
where I need to enter Player White in one line and Player Black in another with the corresponding win or loss or draw value.
But I would like to speed the entry up and use a Form like EntryForm02. where I did create a value List of 1-0, 0-1 or 0-0 for either White won, Black won or a draw representing a 0-0 value.
To save that game played I would need a Insert Into Statement I would imagine.
So this Insert Into Statement would need to enter Location and Date into the Games Table
and for White Player and Black Player Into the GamesPlays table with the relevant GameID for those two Players.
Could someone help me with this please?
Many thanks
Albert