- Local time
- Today, 02:19
- Joined
- Feb 19, 2002
- Messages
- 47,320
The easiest way to find SQL syntax errors is to copy the string into the SQL view query window or print it in the immediate window with debug.print if it is not too long. The first technique is best since you can try to run the string and see what happens.