What does that error mean?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta
It's higlighting the following line.An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Add a name or single space as the alias name.
Code:
WHERE (((Replace(Business_Register.Postcode," ","")) Like @PCode + '%' AND ((Business_Register.DOB1) Like @DOB1 + '%')) OR (((Replace(Business_Register.Postcode," ","")) Like @PCode + '%') AND ((Business_Register.DOB2) Like @DOB2 + '%')))
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta