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...