B
Bo
I have a table MOVIES with some fields. 1 with movie titles and 1 with
Internet Movie Database urls.
From a different table LISTINGS I make a daily listing where I in the movie
title field have set it up as a List Box and query the movie title SELECT
Movies.Movie_Title FROM Movies;
Now I would like to be able to export this LISTINGS table to a html page but
have the Movie Title hyperlinked with the information contained in the
Movies.Movie_Url field from the Movies table. Is this possible and if so how
do I accomplish this?
Thanks in advance
Internet Movie Database urls.
From a different table LISTINGS I make a daily listing where I in the movie
title field have set it up as a List Box and query the movie title SELECT
Movies.Movie_Title FROM Movies;
Now I would like to be able to export this LISTINGS table to a html page but
have the Movie Title hyperlinked with the information contained in the
Movies.Movie_Url field from the Movies table. Is this possible and if so how
do I accomplish this?
Thanks in advance