toolUser Posted May 6, 2004 Posted May 6, 2004 Hi, Just learning FM7. Situation; two tables in a database with a join on field1. I want to find the records in table1 that are not in table2. In SQL it might be something like this; SELECT * from table1:Field1 NOT IN table2:field1. Any ideas? Thanks, Jerry
The Shadow Posted May 6, 2004 Posted May 6, 2004 FileMaker doesn't support this sort of inter-field query directly. You can add a new calculated field in table1 that has the result (true/false), and then search on that. Its hard to provide you any specific examples since its not clear how the two tables are related, and what sort of data these fields contain.
Recommended Posts
This topic is 7505 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now