I have Master / Details list pages. Table1 list page is a Master Page and Table2 list page is a Details Page linked by their ID fields. Whenever one of the Table2 Details link on the Master Page is clicked, it needs to pass the Date1 field value from table1 as a parameter to its Details Page. On the Detail Page the WHERE clause needs to be modified so the Detail Page would display all the records within 7 days from Date1 parameter in the future, in another phrase (Date1 =< Today+6). Please tell me how to accomplish this task.