Hello,
Here is my question. I am curious to know how I would pass editid from a one page created with asprunner (a_list.asp page) to (b_edit.asp page). The "A" page is a Access Query that inner joins tables so I know that I cant write to it with edit pages that are auto generated but I should be able to redirect it to the "B" edit page which contains the info I want to edit -- It should be noted that this info on "B" page resides on one table in the database.
Here is the a general description of what I am doing. I have about 20 some odd tables in my database all of which are linked with SSN's as the unique ID one table contains Names that relate to the SSN another table contains "X" but it does not have any name info. I do not need to save any info in regards to names just info related to X which is always on one table and never inner joined.
So what this boils down to is the List page contains inner joined info A+B but I want my edit page to write strictly to the B table. Any help would be appreciated.
Will