sharepoint - SQL statement for lookup row source is incompatible with the Web -
i have table person in ms access, 1 of field name fieldmanager. trying publish access web. running web compatibility checker.
web compatibility checker throws following error
accweb105012
error text: sql statement lookup row source incompatible web.
what means: sql statement row source of indicated lookup field either ill-formed or incompatible web variety of reasons, such includes unsupported sql operator. microsoft says use lookup wizard re-create lookup field.
i don't see point in re-creating lookup field.
in lookup wizard, see "row-source" sql query
select user.username users [usergroup]='manager' , active=yes order users.username; what changes should here, confused.
Comments
Post a Comment