Im writing a VB program that queries an MS Access db. The column name is CONTACT#. Using the SQL statement...
"SELECT * FROM CLIENT WHERE CONTACT# = '1'"
Produces an error. I cannot change the name of the column name is there anyway around this?Try this:
SELECT * FROM CLIENT WHERE [CONTACT#] = '1'
:eek:
Showing posts with label contact. Show all posts
Showing posts with label contact. Show all posts
Saturday, February 25, 2012
Subscribe to:
Posts (Atom)