I have a page that list many different members of a organization. The list has basic information about each member but i have another page that has detailed information about the member. I want to be able to select the member in the first page and the detailed information of that member will come up in the second page. I have a hyperlinbk that links the pages together however when i click the hyperlink it comes up to the the detailed page but not the correct member. The webpage is connected to a Access Database with Coldfusion. I want to use a MemberNumber that is located in the database to connect the pages. I am new at this, I dont know if i need a Query String or what I need to do. Please Help