Cputrainer
Instructor
The Scope is this: I am trying to Complete a Football Pool Database, There are TeamID's for the Contestants...and ProTeamName for the Pro Teams. The Season consist of eight weeks.
I need to write a code that will enable the database to scan a particular table To accomplish the following
A) Scan a record to see that the same piece of Data (ProTeamName) isnt entered twice for one record.
and
B) Scan To see that an individual user ( PlayerID ) Has not entered the the Same Team ( ProTeamName ) more than Three Times for One season.
Error Trapping methods for each as well.
Please HELP!
I need to write a code that will enable the database to scan a particular table To accomplish the following
A) Scan a record to see that the same piece of Data (ProTeamName) isnt entered twice for one record.
and
B) Scan To see that an individual user ( PlayerID ) Has not entered the the Same Team ( ProTeamName ) more than Three Times for One season.
Error Trapping methods for each as well.
Please HELP!