Access supports two dialects of SQL: Access SQL and ANSI-92 SQL. The latter is compatible with SQL Server; it uses % as wildcard for any number of characters, and _ for a single character, instead of * and ? respectively.
You can specify the version to use in File > Options > Object Designers > SQL Server Compatible Syntax (ANSI 92) in the Query design section.