Placeholder Syntax
The placeholder syntax for Microsoft SQL Server is simply:
?
Here is an example:
INSERT INTO PICNICTABLE VALUES( ? )
Placeholders are not a portable feature. Different Access Modules use different placeholder syntax.