May 29, 2002 #1 CTOROCK Programmer Joined May 14, 2002 Messages 289 Location US It seems that I can not place spaces in the SQL Statment when specifying field names. How can I list a field name if it has a space in it?
It seems that I can not place spaces in the SQL Statment when specifying field names. How can I list a field name if it has a space in it?
May 29, 2002 #2 demoman Programmer Joined Oct 24, 2001 Messages 242 Location US enclose it in [], ie [Invoice Number] Upvote 0 Downvote