Hello,
I have a table in my database that links to another table via a field called MLN (this exists in both tables).
One of the tables has anywhere from 1 to 10 photos. I would like to link these tables together, display the first photo, then have a button to click to advance through the array.
I know I will need a for loop like
for(x=o, i>recordset.length,i++)
then push data into the array somehow.
Then some onclick, array's next field.
I just don't know how to make that all work.
Thanks.