G
Guest
Hi All,
Thanks in Advance.
There is an error in the following code. But I can't see the wood for the
trees. Can you help me.
TableName = "Import_Std-A"
For intCount = 1 To NoFields
strField = "F" & intCount
Set rst = dbs.OpenRecordset("SELECT [" & strField & "] AS MyField
FROM " & TableName)
Thanks
Trev
Thanks in Advance.
There is an error in the following code. But I can't see the wood for the
trees. Can you help me.
TableName = "Import_Std-A"
For intCount = 1 To NoFields
strField = "F" & intCount
Set rst = dbs.OpenRecordset("SELECT [" & strField & "] AS MyField
FROM " & TableName)
Thanks
Trev