mattygriff
Programmer
My problem is this:
I have a MS-Access97 database with 2 tables, one containing a list of sports FIXTURES and another containing the RESULTS of those fixtures. When the user comes to enter the latest result, I want to offer them only the fixtures which have already been played but which have not yet had a result entered.
I think the SQL query would need to obtain all records from the FIXTURES table with a fixture date equalling or prior to the current date (no problem there) but only if they DO NOT have an entry in the RESULTS table (the common field is FixID).
I think there is a SQL statement something like "NOT IN" but I have no idea how to formulate the SQL query.
Can anyone help ?
I have a MS-Access97 database with 2 tables, one containing a list of sports FIXTURES and another containing the RESULTS of those fixtures. When the user comes to enter the latest result, I want to offer them only the fixtures which have already been played but which have not yet had a result entered.
I think the SQL query would need to obtain all records from the FIXTURES table with a fixture date equalling or prior to the current date (no problem there) but only if they DO NOT have an entry in the RESULTS table (the common field is FixID).
I think there is a SQL statement something like "NOT IN" but I have no idea how to formulate the SQL query.
Can anyone help ?