Hi<br><br>I have two tables, Results and Assignments<br><br>Results has the following fields<br>Week (With selections of Week 1, Week 2, Week 3, Week 4)<br>Winner<br>Loser<br>Wins<br>Losses<br><br>Assignments has the following fields<br>Week (With selections of Week 1, Week 2, Week 3, Week 4)<br>Player 1<br>Player 2<br><br>I have a script to display ALL assignments<br>I have a script to display all results<br><br>What I'd like is a script that shows who has not posted match results for assigned matches. (Backgammon League)I'd need a script to display Assignments that do not have a Results posted for them in the Results table.<br><br>Example<br><br>Assignment Table<br>Week Player 1 Player 2<br>Week 1 Tom Jerry<br>Week 2 Ed Tim<br>Week 3 Josh Salvador<br>Week 1 Sue Nancy<br><br>Results Table<br>Week Winner Loser Wins Losses<br>Week 1 Sue Nancy 2 1<br>Week 2 Ed Tim 3 0<br><br>The Script I would like would then show unplayed matches<br><br>Week Player 1 Player 2<br>Week 3 Josh Salvadaor<br>Week 1 Tom Jerry<br><br>Thanks for any help on this<br>