P
Phil Stokes
I have an array that draws its data from a recordset using various criteria.
On occasion there is no data in the recordset that matches the criteria.
I am trying to code an if statement that will run through some code if there
are entries in the array.
I have tried IsNull(), IsEmpty() IsArray() and none work
The information "subscripts out of range" appears for the array when any of
the above are tried.
thanks
Phil Stokes
On occasion there is no data in the recordset that matches the criteria.
I am trying to code an if statement that will run through some code if there
are entries in the array.
I have tried IsNull(), IsEmpty() IsArray() and none work
The information "subscripts out of range" appears for the array when any of
the above are tried.
thanks
Phil Stokes