On 10/27/05, modmans2ndcoming <[EMAIL PROTECTED]> wrote: > > OK, now I have another question. > > how can I relate the player to the team stats?
You would probably have a Team class with a separate TStats table, just like you do with the players. Then you can have a one-to-many relationship between teams and players. Kevin

