Query result dependent on value from URL parm

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

I have a query for a page that I am opening that needs the
value being passed to this page via a url parameter to be
the where clause for the query.
Here is what I am trying to do:
Select *
From Employee
Where ID = URL.EMPID

EMPID is the name of the parameter being passed on the URL.

Anybody know how I can do this? Help!
 
Back
Top