Parameters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to databases. At the moment I'm trying to make a film database. I
want the query to search for a given films actors.

However I would like the parameter value to then say 'sorry this film does
not exist' if the user enters a film that is not there!

Thanx fi
 
The best way to do that is through a form. The user can enter the
requested information into the form and run a query to locate the data.
This way you can inform users in a Message Box that their value was
not found.
 
Back
Top