select distinct karl.movies.id, title, year_made
from karl.movies, karl.persons, karl.acts_in
where karl.movies.id = movie
and karl.persons.id = actor
and fnames + " " + lname = '#form.actor#'
order by title, year_made
Movies by Actor
Movies containing #HTMLEditFormat(form.actor)#
No matching movies were found in the database.
#HTMLEditFormat(title)#">
Each title is a link to a page of more detailed information.