Hello;
I've created a sequence of Master/Detail pages that goes down 3 levels:
Master links to Detail1
Detail1 links to Detail2
This works perfectly going forward, since I'm getting all the correct records in detail1 and then when I click on any detail1 record I'm getting the correct detail2 records.
Here's the problem: When clicking BackToMaster from Detail2 to get back to Detail1, I lose the filter. Plus, I also loose the BackToMaster button which was on Detail1 to get back to the Master Page.
Is there a way to retain the variables so that the program works going backwards?
Or, is it possible to de-activate the Back to Master link so that the end-user must use the browser buttons?
Thanks