Hi everyone, first post here. I'll get right to it, if you need more background just let me know -
I've linked tables from a SQL database, I'm attempting to do updates to a table using ADO. I can read what's in the linked table, I've used hard-coded data instead of the variable (to avoid a bad variable being the problem) but I get an 'Object Required' error. When I try the same update using DNS it updates 2 records (instead of the 1 I was expecting, but at least it updates!).
Looking at the table at the source, it has 3 key fields but no unique identifier. When I link the table I reference those 3 fields as the 'keys'. I'm at a loss... doeas access not allow you to update SQL tables that do not have unique identifiers? Has anyone here found a way around that?
Thanks in advance for any suggestions.
I've linked tables from a SQL database, I'm attempting to do updates to a table using ADO. I can read what's in the linked table, I've used hard-coded data instead of the variable (to avoid a bad variable being the problem) but I get an 'Object Required' error. When I try the same update using DNS it updates 2 records (instead of the 1 I was expecting, but at least it updates!).
Looking at the table at the source, it has 3 key fields but no unique identifier. When I link the table I reference those 3 fields as the 'keys'. I'm at a loss... doeas access not allow you to update SQL tables that do not have unique identifiers? Has anyone here found a way around that?
Thanks in advance for any suggestions.