Replace text collection lookup with ordinals (but field object is better)

There is an extremely minor performance gain to using:


    rstOrders(0)

instead of


    rstOrders!OrderID

However, the gain is so small as to be almost not worth mentioning and almost definitely not worth the risk to code stability if table structures are modified. Applying tip #11 will result in far better gains than this.