Dear all,
I am having some problems with an Insert Into command. I am trying to insert data into a SQL Server 2000 database using a Access 2002 front end, over a WAN.
My code is as follows:
DoCmd.RunSQL "INSERT INTO CORS_records_notes(ID,author,title,note_date,note)
VALUES(" & strID & "," &...