Oke I will try if my current solution fails which Im trying to create now.
In the loop where the fields are validated I let a appending string build up with the variables from rsSQLIn. When, after all fields are validated of the record, and validation has failed then this string will be...
Hi,
I have a DAO.recordset called "rsSQLIn". This comes from a csv file by:
strSql = "SELECT * " _
& "FROM [Text;Database=" _
& strFolder _
& ";HDR=No;FMT=CSVDelimited;].[" _
& FileNamea _
& "]"
FileNamea is an...