Compile error
The following constant is wrongly made by me, and i get "Compile error" :
Public Const CnstUpdate as Date > #01/01/2003#
May i get some help?
I wanted to insert the constant into the following line:
StrCustomers = " SELECT customers.* INTO CustomersTemp FROM customers
WHERE Customers.LastUpdated > #01/01/2003#"
The following constant is wrongly made by me, and i get "Compile error" :
Public Const CnstUpdate as Date > #01/01/2003#
May i get some help?
I wanted to insert the constant into the following line:
StrCustomers = " SELECT customers.* INTO CustomersTemp FROM customers
WHERE Customers.LastUpdated > #01/01/2003#"