S
Seriola Dumerili
Hello everyone!
I am new in Access database and I have a problem with simple query. In one
table with duplicate key (id_guest) I am trying to select one record with
same value in id_guest field.
SELECT DISTINCT Guest.id_guest, Guest.date_arrival
FROM Guest
WHERE (((Guest.date_arrival)>#12/31/2002# And
(Guest.date_arrival)<#11/7/2003#));
The problem is that I am receiving more than one record per key in the
query.
Any help?
I am new in Access database and I have a problem with simple query. In one
table with duplicate key (id_guest) I am trying to select one record with
same value in id_guest field.
SELECT DISTINCT Guest.id_guest, Guest.date_arrival
FROM Guest
WHERE (((Guest.date_arrival)>#12/31/2002# And
(Guest.date_arrival)<#11/7/2003#));
The problem is that I am receiving more than one record per key in the
query.
Any help?