speakers_86
Registered User.
- Local time
- Today, 10:38
- Joined
- May 17, 2007
- Messages
- 1,919
I cant duplicate the network now, since I'm on the road. Also, if I do it, there won't be any fiber, just an ethernet cable.
I am using DLast about five times.
If I am not mistaken, Dlast returns the last record added to the table, despite any sorting or grouping when used on a query.
[Domain functions] are generally slower.
But what I'm comparing domain aggregate functions to is other methods of retrieving the same value e.g. via a Recordset. I've shown several methods in past threads which return values much much quicker than domain aggregate functions.
Currentdb.OpenRecordset("SELECT Max(Field) FROM Table WHERE SomeCriteria;", dbOpenForwardOnly).Fields(0)