March 5, 200817 yr Newbies I have a table displayed in one window as a list view of multiple records. I have a second window displaying one record of the same table in a detailed form view which is adjacent to the first window. I would like the two views to remain synched so that as I navigate around, the form view always shows the data that matches the current record in the list view. How can I achieve this?
March 5, 200817 yr To do this with two windows you'll have to script navigation so each time you change the current record, the script would switch to the second window, find the record there and switch back. A simpler way would be to use one window and to place all the fields from the details view in the header or footer part.
Create an account or sign in to comment