|
If you already have a database with previous seasons, and this player is in it, and you change his name or birthdate, he will get a new playerid and you will, in effect, have 2 different players in the database.
Changing players' names after they are in the database is not recommended. However, you can probably get away with it, if you have Access 2000 or higher. This may (or may not) work:
Change the player's name in OOTP.
Import the season with the player's new name.
Find the 2 entires for the player in the Master table.
Copy the new playerid
Paste the new playerid in every table where the old playerid is.
Delete the record with the old playerid in the Master table.
Create the HTML pages.
Hopefully everything will work, right. Might want to try this on a backup version of the database!
|