I’m getting frustrated because I cannot get the result I want. I have a number of groups and want to list them as individual groups. I’ve modified and polished?? my DB. the general groups table seems to be set up correctly. Listed as I want in the separate groups. When I write the following query it lists everyone in the DB not just the group one. The same with all the groups. I’ve tried with the design query and the SQL but the same result.
Please help
SELECT “PEOPLE”.“First”, “PEOPLE”.“Surname”, “GROUPS”.“ONE” from “PEOPLE”, “GROUPS” where “PEOPLE”.“p_ID” = “GROUPS”.“Group_ID” and “GROUPS”.“ONE” is NOT NULL