Hi all,
I have a form where I am using the following in my VBA code where I defined an STRSQL as Insert into....
and CurrentDb.Execute STRSQL
It is working fine for local table but when I tried to use it on a linked table, nothing is inserted and I don't get any error message.
Note that if I convert the linked table to local, inserting works fine also.
I have a primary key in my linked table and I am able to fill it manually.
I also noticed that most of my data type in the linked table are as Text and not as Date as defined on SQL server.
The SQL user that I used have writing permissions to the table.
What could be the problem? Can someone help?