Matthew,
  Thank you - that did the trick.  I assumed a string, the "name" of the query, was what I needed, but it works perfectly without the quotes.  
function timeRes(x) {
  myarray = arrayNew(1);
  myarray[1] = rsEquipAvail0;
  rCount = myarray[x].RecordCount;
  // etc.
}

>Oh here's the problem:
>
>You are placing strings in your array -- "rsEquipAvail1" is a string. Try it
>without the quotes.
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to