I've been working with this for a while and have come up with the following, but something is still missing - any ideas ?
Dim rst As Recordset
Dim strarray(6, 1) As String
Dim counter As Integer
Dim dbs As Database
strarray(1, 1) = str1
strarray(2, 1) = str2
strarray(3, 1) = str3
strarray(4...