using access to create an image slideshow on the web

G

Gaby Sandoval

i currently use a SQL statement on my website to display a group of
images (more specifically their location on the server) and links from
the access database. only images that meet certain criteria are
displayed in a table with the logo in one column and corresponding
text link in the other column.

the goal i have is to do away with this and instead of a very large,
to make an image slideshow that scrolls through all the logos every
couple of seconds. i know i can hardcode this (each logo and link)
using javascript but because the images are constantly changing based
on the criteria on the access database, id rather find a way to make a
slideshow using a sql statement.

the images when clicked would go to the web address of that logo.

any ideas how this can be done? can somebody point me in the right
direction.

thanks,
gabriel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top