When declaring constant, you set its value using equals.
But if it is a constant, why not embed value in StrCustomers
as in your post - it should work.
However, if it can vary, use:
Public VarUpdate As Date
VarUpdate = #01/01/2003#
StrCustomers = " SELECT customers.* INTO CustomersTemp...