S
Stephen Plotnick
I have three forms and update one table in an Access DB with sucess in one
form.
In the other two forms I'm trying to do an update to a different table in
the Access DB.
The error I'm getting in syntax error on Update on the statement
da.update(mydataset, "DATABASENAME")
I do have a primary key on both and copied the code from the working update
for the other two.
Anyone have any ideas?
form.
In the other two forms I'm trying to do an update to a different table in
the Access DB.
The error I'm getting in syntax error on Update on the statement
da.update(mydataset, "DATABASENAME")
I do have a primary key on both and copied the code from the working update
for the other two.
Anyone have any ideas?