How do I change a field by entering information in another field?

T

Toast

I am running a statistics database for my football club and I have one table
for the players name and details and then several other tables for the
various statistical categories.

I am looking to be able to select the players surname from a drop down list
(or type it direct in to the cell) on the statistics table and for the table
to automatically update the unique number (effectively their roster number
and a prefic) and their first name.

The first three columns of each table are the same; Roster Number, First
Name, Surname.

I am really struggling with this and any help would be really appreciated.

Thanks
 
T

Toast

Thanks for your reply Joseph

I know it is unusual but the tables are one-to-one as each player has only
one entry on each statistical category.

The tables are split into individual categories for example career
receiving, career rushing, current defensive, etc.

The main purpose of this was to try to avoid errors and credit somebody with
somebody elses stats. I gave each player (historical all time roster) a
unique number which is their playing number followed by an alphabet
character. The stats are then linked to that alphanumeric but I was trying
to find a way to get the player's name to also appear so that I could be sure
no errors were taking place.

I have uploaded the start of the database to the team's website and I don't
know if it will be any help! It is a 1.2Mb download and the address is:
http://www.southernsundevils.org.uk/Sundevils.mdb#

Thanks again

Toast
 
J

Jackie L

You should not have a one-to-one relationship. If that is the case, you do
not need multiple tables. Have you thought about keeping the all stat
information in a one separate table where you would have the player ID, stat
type, actual stat and year? I am just trying to anticipate future reporting
and I would think that would be advantageous to think along these lines.
 
T

Toast

Thanks guys, I went for the one table approach. It is huge but I think in
the long run it is going to make updating the statistics easier ... I also
wisely left out things like averages and some of the totals that can be
calculated via queries.

Now for the next challenge, I dont suppose you guys know much about
connecting a database to a webpage?

Thanks

Toast
 

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