M
Martin
Hello,
I am trying to open a recordset but with a filter where a column called
"Updated" is the max record. The column "Updated" is a Date/Time field and
is updated when the record is added (this is done previously by using
rs.Adnew).
Here is the code:
Set dbs = CurrentDb
Set rs = dbs.OpenRecordset("tbl Resource", dbOpenTable)
Can anyone help me undersand where I need to put the where clause or filter?
Thanks in advance.
Martin
I am trying to open a recordset but with a filter where a column called
"Updated" is the max record. The column "Updated" is a Date/Time field and
is updated when the record is added (this is done previously by using
rs.Adnew).
Here is the code:
Set dbs = CurrentDb
Set rs = dbs.OpenRecordset("tbl Resource", dbOpenTable)
Can anyone help me undersand where I need to put the where clause or filter?
Thanks in advance.
Martin