Microsoft
Software
Hardware
Network
Question : Form Filter on Load
I have a datasheet form in Access 2007 that I need to filter on load to only return results for the person currently logged in. The form is going to be used to show what items are due in the coming week and be sort of a time management "solution" for staff.
I have a module fsUserName which I found on this site that will return the current user logged in, so what I need to do now is say Where fsUserName = Contacts.Login_Name and apply that filter when the form is loaded.
I am not sure how to write a filter, (or event procedure maybe?) that will give me the results I need.
I would appreciate some guidance! Thanks!
Answer : Form Filter on Load
Didin't notice the problem in youir code before..
Look more closely at what I posted..you have omitted the single quotes.
Me.Filter ="Login_Name='" & fsUserName() & "'"
Random Solutions
Automatic delete of files in delete folder, on exit, in Outlook no longer works?
Microsoft Vista SystemPropertiesComputerNa<wbr />me at Logon?
form timer causes "out of stack space error"
System.OutOfMemoryExceptio<wbr />n when filling dataset with 655,000 rows - need workaround!!
Alternating row colors for ListView in MS Access
Wallpaper GPO Issue
Long SQL String is Wrapping and Not Running in Access VBA
Redirect a Submit Button
Table of contents not bold
Create Pie Chart in Excel 2007