Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Daily entries

Status
Not open for further replies.

andyukcy

Technical User
Jul 9, 2003
64
0
0
Hello Everyone...

I have a database which keeps the number of points each of my players scored in every basketball match. I have a table named "players" and another one called "match scoring points". In the "match scoring points" form, i want the easiest way to enter the number of points scored by each of the players listed in table " players". I want all players to automatically entered in the "match scoring points" form and next to each player to be able to write the number of points scored in that particular game.

I am looking for any suggestions and/or examples.

Thank you
Andy
 
the absolute easiest way?

make sure you have a 1-many relationship set up between players and matchpoints

then make a query which joins players to matchpoints... this query should be editable if you don't use any groupings/distincts...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top