Sorry if this is a repeat post, but it seems that my other post (yesterday) disappeared...
in anycase, a recap. I am trying to add a record to an ODBC linked table on my SQL database. Looking on line, it sounds that using SQL INSERT INTO is the best way to go with this. Problem is I am getting an error 3134. I looked around for an hour or so, as there are various causes for this error, but none seemed to point to what I may be doing wrong. I have though tried to adopt the what has been told to others. here is the code (and commented out old code):
a few questions on this as well. Here I listed off all the fields and (tried) to throw data into all of them. Is it possible to just populate one field and the rest would be null? (in this case all fields need to be populated)
Bookmarks