Hi Shem.
Can you show us the value of sSQL as the code stops on that fourth line please. That should give us a clue or two.
Basically, we need (you) to check that the reference to the table is valid in two ways :
You'd be looking for spaces in the name or such like.
Can you show us the value of sSQL as the code stops on that fourth line please. That should give us a clue or two.
Basically, we need (you) to check that the reference to the table is valid in two ways :
- The table as included in the SQL exists.
- The name of the table is valid in itself and doesn't need to be surrounded by '[' & ']' characters.
You'd be looking for spaces in the name or such like.
Comment