Syntax error in insert into statement – what’s the error?
First, Password is a reserved word, so use [Password]. Second, a date expression must be wrapped in octothorpes: #2017/04/24# Also, if you won’t use parameters, even though recommended, use a function like this to concatenate your values: ‘ Converts a value of any type to its string representation. ‘ The function can be concatenated into … Read more