>What happens if you write:
>
>myQuery =  myarray[x];
>
>rCount = myQuery.recordCount
>
>instead of
>
>rCount = myarray[x].RecordCount;
>

Good suggestion, but it generates the same error message on the
  rCount = myQuery.recordCount;
line.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to