probabilmente c'è qualche sciocchezza in giro ma questa qry non vuole saperne di andare...

===================
qry = "INSERT INTO T_Laboratorio (Nome_file) VALUES '" & percorso&nomefile &"' "
===================

Tutti i campi della T_Laboratorio sono testo tranne due (ma il nome_file è testo) mentre percorso&nomefile è un path che viene generato automaticamente....

Avete idea?
l'errore è

Microsoft JET Database Engine error '80040e14'

Syntax error in INSERT INTO statement.


tks...