I have a accees dbase that has a user access it using a password..
I wanted to have a button on the main form which would filter or show only records last modified by the current user..
On the Onclick event of the button I was writing
Docmd.applyfilter
where Me![ModifedBy]= CurrentUser()
This does not work.. Any thoughts? Thanks..
I wanted to have a button on the main form which would filter or show only records last modified by the current user..
On the Onclick event of the button I was writing
Docmd.applyfilter
where Me![ModifedBy]= CurrentUser()
This does not work.. Any thoughts? Thanks..