You could maybe use a global variable and on button press set a global variable to 1 or 2, depending on button, do this in events on the first layout.
Then on event sheet for layout 1, you can say on start of layout, if global var is 1, load this data, if global var is 2, load the other data.