Object is not a collection. (Error 3272)

You have referred to an object as though it were a collection. For example, a statement such as

  qrySales.Refresh

or

  qrySales(2)

causes this error.