Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't figure out syntax error

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
New to VB. Working on Asp project. Trying to get insert page to work. I keep getting sytax error in this line.


MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")"

 
If you can post the expanded version of the command, I can probably help. Just put a debug.print after that line and then put a break right after the debug.print, then just run your program.

There's no way to know without knowing how it expands out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top