H
Harvard
I'm trying to create a query that returns only the records of the current
user. I've decided to use a switch function. And it appears to be working.
My only problem is that I don't know how to get the switch to return multiple
values. If I log on as admin, i want to be able to see all user information.
Here's what I have. Can someone give me a hand?
Switch(CurrentUser()="admin","admin" And
"hjames",CurrentUser()="hjames","hjames")
user. I've decided to use a switch function. And it appears to be working.
My only problem is that I don't know how to get the switch to return multiple
values. If I log on as admin, i want to be able to see all user information.
Here's what I have. Can someone give me a hand?
Switch(CurrentUser()="admin","admin" And
"hjames",CurrentUser()="hjames","hjames")