Hi there,
Hope someone can help
I am opening a recordset like this, where strDatabase is an SQL Statement
Set rstDatafile = dbDatafile.OpenRecordset(strDatabase, dbOpenSnapshot)
SQL Statement =[tblName] ORDER [Name]
It opens and everything is seemingly OK. However I then run a loop that deletes records as per a set of criteria. If I run this on the same unaltered table I get different results each time. It's almost like the SQL statement is not ordering it the same each time.
Am I doing something worng or is there another way to open a table order it's contents and modify it?
Thanks for your time
Hope someone can help
I am opening a recordset like this, where strDatabase is an SQL Statement
Set rstDatafile = dbDatafile.OpenRecordset(strDatabase, dbOpenSnapshot)
SQL Statement =[tblName] ORDER [Name]
It opens and everything is seemingly OK. However I then run a loop that deletes records as per a set of criteria. If I run this on the same unaltered table I get different results each time. It's almost like the SQL statement is not ordering it the same each time.
Am I doing something worng or is there another way to open a table order it's contents and modify it?
Thanks for your time