G
Guest
I have a form that assigns dates to naes that show in a combo box. This info
is stored as records in a table. Later, in another procedure, I use
DLookup() to see if a particular name is in the table. The problem is this.
A given name might appear several times, in the table, with different dates.
How could I find the most recent date for a name in this table?
Nick
is stored as records in a table. Later, in another procedure, I use
DLookup() to see if a particular name is in the table. The problem is this.
A given name might appear several times, in the table, with different dates.
How could I find the most recent date for a name in this table?
Nick