I assume the fields are all text.
If the table is on SQL server, I would probably perform this append with a pass-through query.
Duane
Sent from my mobile
On Sep 2, 2022, at 10:40 AM, domcoz <domcoz@gmail.com> wrote:
I have a strange problem: I do an insert into command using as usual example:'----------------------------------------------------------------------Dim dbs As DAO.DatabaseDim sql As StringSet dbs = CurrentDbsql = "INSERT INTO dbo_tblScheMod (Stato, Collezione, Modello, Articolo) VALUES ('x','x','x','x');"dbs.Execute sql'---------------------------------------------------------------
and I get error: Could not find output table dbo_tblScheMod.(Error 3192)The table dbo_tblScheMod exists and visible in the Access environment in the Tables section.Do you have any ideas?a million thanks
Tidak ada komentar:
Posting Komentar