i have continuous form having a source as table A.
when i click a displayed field value from the table A in this form, a pop form is opened (by passing the Primary key) which displays all the details of that record from the same table A.
Now i have a one more button on this popup form , which opens a seond popup form , which allows user to select any other records (Primary Key) and see its details on first popup form.
main form ---->first popup form---->second popup form.
(all accessing same table.)
All works fine but when i select other primary key from second pop form and pass it to first popup form , it does not refer it , it refers to old primary key of main form only.
i believe, we cannot point at two different records in a table at same time ?
any solution or work around to this situation.
when i click a displayed field value from the table A in this form, a pop form is opened (by passing the Primary key) which displays all the details of that record from the same table A.
Now i have a one more button on this popup form , which opens a seond popup form , which allows user to select any other records (Primary Key) and see its details on first popup form.
main form ---->first popup form---->second popup form.
(all accessing same table.)
All works fine but when i select other primary key from second pop form and pass it to first popup form , it does not refer it , it refers to old primary key of main form only.
i believe, we cannot point at two different records in a table at same time ?
any solution or work around to this situation.