M
Matt Pearson
I can't seem to work out how to do the above.
Basically what i want to do it have a table where dates
are stored as values, which are input by the user, this is
for poker competitions held at differing dates over the
course of a year
example
a competiton is held on 01/03/2004
the user inputs this data in to a table
called "Competitions" before the comps take place.
when the comp has taken place i need a new table "player
Stats" with "01/03/2004" and "player name" as a fields so
data can be stored on how much that player spent on that
date.
what i cant work out is how to desing a query that will
look at the date values in the "competiton" table and then
assign new fields for those dates in the "player stats"
table.
Basically what i want to do it have a table where dates
are stored as values, which are input by the user, this is
for poker competitions held at differing dates over the
course of a year
example
a competiton is held on 01/03/2004
the user inputs this data in to a table
called "Competitions" before the comps take place.
when the comp has taken place i need a new table "player
Stats" with "01/03/2004" and "player name" as a fields so
data can be stored on how much that player spent on that
date.
what i cant work out is how to desing a query that will
look at the date values in the "competiton" table and then
assign new fields for those dates in the "player stats"
table.