B
bifteki via AccessMonster.com
I have two tables, a Companies table (tbl_Companies) and a Places table
(tbl_Places).
These two are connected through a relationship. Each company may have many
Places.
I want to make a query through which to keep only one line for each company,
regardless of which address it represents.
Does anyone know how to do this?
(Maybe something like DISTINCT? - however this didn't work out)
(tbl_Places).
These two are connected through a relationship. Each company may have many
Places.
I want to make a query through which to keep only one line for each company,
regardless of which address it represents.
Does anyone know how to do this?
(Maybe something like DISTINCT? - however this didn't work out)