I have a db that I am using to search conference attendees. The users are able to search the db using an asp page, based on a company name, city or company number (using like). From the results that are returned, I would like the users to be able to click on the desired result and open another window containg that companies attendees. Somehow I would need to create a hyperlink that sends a query using the company number, but not sure of the syntax:
a href ="select all from Attendess where CustomerNumber = 'the company that was selected'"
a href ="select all from Attendess where CustomerNumber = 'the company that was selected'"