I have the following code that updates a SQL database with a record. This works fine.
For i = 0 to Ubound(num)
if len(num(i))=2 then
rs = "INSERT INTO Model ([BusinessID], [Model Code], [Model Description])"
rs = rs & " VALUES"
rs = rs & "('" & first_part & "', '" & num(i) & "', '" & "Model...