kelvin2088
Registered User.
- Local time
- Today, 14:09
- Joined
- Nov 23, 2010
- Messages
- 18
I'm working on a published sharepoint web access database, writing a criteria expression in data source of a combo box.
The field I'm setting criteria is called SharePointAuthor.
I wrote this critea:
IIf(CurrentWebUser(1)="John Doe","*",CurrentWebUser(1))
Trying to show all records when currentwebuser is John Doe, otherwise, show only records created by currentwebuser.
Funny thing is that it turns out "John Doe" couldn't see any records, while other users can see their own records as expected.
Any suggestion??
The field I'm setting criteria is called SharePointAuthor.
I wrote this critea:
IIf(CurrentWebUser(1)="John Doe","*",CurrentWebUser(1))
Trying to show all records when currentwebuser is John Doe, otherwise, show only records created by currentwebuser.
Funny thing is that it turns out "John Doe" couldn't see any records, while other users can see their own records as expected.
Any suggestion??