Joshua
"appended most recently" requires knowing when a record was appended. Do
you have a date/time field you put Now() into when you append records?

Signature
Good luck
Jeff Boyce
<Access MVP>
> Hello,
> I have a table populated by an append query. The append query appends those
[quoted text clipped - 10 lines]
> only those records from the destinaiton table that are equal'.
> index key field is unique for every record.
Joshua - 25 Apr 2005 15:19 GMT
Hi Jeff,
I do have a field with a date() function..the changes do not require a now()
function in my case.
still, I am not sure how to comapre them.
can u give a sample code or something like that?
Thanks
Joshua
> Joshua
>
[quoted text clipped - 18 lines]
> > only those records from the destinaiton table that are equal'.
> > index key field is unique for every record.
Rick Brandt - 25 Apr 2005 15:31 GMT
> Hi Jeff,
> I do have a field with a date() function..the changes do not require
> a now() function in my case.
If you append more than one record a day then you DO need to use Now()
instead of Date(). There is no intrinsic property that keeps track of which
records were inserted first or last. You have to have a field in the table
that will hold that information. Then its'; simply a matter of doing a
SELECT TOP 1... query sorting in descending order on that field.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com