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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validation from different table

Status
Not open for further replies.

mac7attack

Technical User
Jan 31, 2004
47
US
I have two tables TeamList table and GamesTable. I need to validate the TeamNumber value entered in GamesTable using the TeamList table, TeamId value.

Thanks
Matt
 
Create a relationship between the two tables and enforce Referential Integrity.

This will force you to set up the team before entering the Games.
 
Ok, so I would not need to setup a Validation rule in the table design?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top