strSQL = "SELECT t_object.ea_guid FROM t_object"
set c = Repository.GetElementSet(strSQL,2)
msgbox c.count
running the script that contains this fragment gives the DAO error:
DAO.fields [3265] item not found in this collection
Works fine in the query builder but not in my script?
Thanks,
David