RUNTIME ERROR 3075 Syntax error (missing operator) in query expression 3DI.
I am tryint to select information from Access table where field begins with a number. All fields i'm selecting work ok but they all begin with letters so i believe there's an issue if field name begins with number.
Is there a workaround other than changing field name in access table?
where colHdrs = 3DI et. al.
sSQL = "SELECT " & colHdrs & " FROM tblX WHERE BL = '" & bl & "';"
I am tryint to select information from Access table where field begins with a number. All fields i'm selecting work ok but they all begin with letters so i believe there's an issue if field name begins with number.
Is there a workaround other than changing field name in access table?
where colHdrs = 3DI et. al.
sSQL = "SELECT " & colHdrs & " FROM tblX WHERE BL = '" & bl & "';"