My project I am working on is a product location system for a large supermarket. My current issue is that the map I am using to display the product location is assembled from rectangle objects which I will then change the colour of when required.
The array storing the locations is dimensioned as LocationArray(x) Where x is equal to the max rows function used on a table in database. Stored information always proceeded with "loc_" and the location. All rectangles are named in accordance with this.
I wish to pull the field name stored in the array (which corresponds to the rectangle to change colour) and be able to change its colour. This is giving me issue as the straight forward command of "LocationArray(x).Color = #" doesnt work as an array does not inherit this property.
Can anyone know how I am able to pull from the array and then use the pulled data to manipulate object it refers to.
Many Thanks in advance,
Mike