> Simple question.. I think
>
[quoted text clipped - 11 lines]
>
> Thanks brad
Jeff
Sorry for the stupid question but i where can i find the properties for the
query??
thanks
brad
> Brad
>
[quoted text clipped - 21 lines]
> >
> > Thanks brad
Jeff
Found it... But it did not work? Still showing 2 Toms?
Brad
> Brad
>
[quoted text clipped - 21 lines]
> >
> > Thanks brad
Gav - 30 Mar 2006 15:45 GMT
Post the SQL for the query Brad and i'll show you how to amend it. You need
to add the DISTINCT clause in.
Gav
> Jeff
> Found it... But it did not work? Still showing 2 Toms?
[quoted text clipped - 25 lines]
> > >
> > > Thanks brad
Gav - 30 Mar 2006 15:45 GMT
Post the SQl for the query Brad and i'll show you how to alter it.
> Jeff
> Found it... But it did not work? Still showing 2 Toms?
[quoted text clipped - 25 lines]
> > >
> > > Thanks brad
Michel Walsh - 30 Mar 2006 18:02 GMT
Hi,
You probably selected more than one field. Select just one field, or, if you
need some of the other N fields, use:
SELECT Employee, LAST(otherField1), LAST(otherField2), .... ,
LAST(otherFieldN)
FROM myTable
GROUP BY Employee
Hoping it may help,
Vanderghast, Access MVP
> Jeff
> Found it... But it did not work? Still showing 2 Toms?
[quoted text clipped - 26 lines]
>> >
>> > Thanks brad