what determines the querystring parameters? For example I have one table with a primary key of id. When view a record from this table only one parameter is passed to the querystring, eg Agents_view.asp?editid1=1
However I have another table also with one primary key, but this time 2 parameters are used, eg: Clients_view.asp?editid1=4902&editid2=CL14817
I can't see what is causing the second table to be called with an additional parameter. Any ideas?
[EDIT] Darn! I hate it when you find the answer right after posting! It's set on the pages screen....