aspnetuser
Technical User
I have a procedure i call from a module that gets the current user name. I call this function from a form in which i want to filter records on based on who is logged in. I tried everything and the filter does not work
((((vwE.Auth)=[Forms]![frmLogin]![LoginName])))
Please advise another way to do this. How can I filter records based on a unbound field i populate with a call to a module? I tried everything.
access 2002 project.
((((vwE.Auth)=[Forms]![frmLogin]![LoginName])))
Please advise another way to do this. How can I filter records based on a unbound field i populate with a call to a module? I tried everything.
access 2002 project.