I’m creating a database of families, some with children and some without. I’m trying to create a query which will allow me to view all the families with children without the other families appearing. I have tried entering as the criteria for children ‘is not null’, but no families appear when I do this. Can you advise of what I should do?
(from an inexperienced programmer)
(from an inexperienced programmer)