G
Guest
hi all
I have two tables related one-to-many. Can I write a query which will only
return those records with *more than one* related record, and ignore those
with only one? Example:
tblMeter tblConnection
Meter Connection Meter
111 456 111
222 777 222
222 888 222
I only want to select those records for meter 222, ignore the record for
meter 111. What's the easiest way of doing this? Will I need to write some
code?
Thanks for reading and for any assistance!
I have two tables related one-to-many. Can I write a query which will only
return those records with *more than one* related record, and ignore those
with only one? Example:
tblMeter tblConnection
Meter Connection Meter
111 456 111
222 777 222
222 888 222
I only want to select those records for meter 222, ignore the record for
meter 111. What's the easiest way of doing this? Will I need to write some
code?
Thanks for reading and for any assistance!