Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Programming VBA Code For an access DB

Status
Not open for further replies.

Cputrainer

Instructor
Oct 30, 2001
2
US
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!


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top