Mar 22, 2004 #1 mac7attack Technical User Joined Jan 31, 2004 Messages 47 Location 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
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
Mar 22, 2004 #2 lupins46 MIS Joined Feb 19, 2004 Messages 2,509 Location GB Create a relationship between the two tables and enforce Referential Integrity. This will force you to set up the team before entering the Games. Upvote 0 Downvote
Create a relationship between the two tables and enforce Referential Integrity. This will force you to set up the team before entering the Games.
Mar 22, 2004 Thread starter #3 mac7attack Technical User Joined Jan 31, 2004 Messages 47 Location US Ok, so I would not need to setup a Validation rule in the table design? Upvote 0 Downvote