July 24, 200718 yr I want to be able to have a tabbed control in a layout that when you click on a secondary tab, the controls for things like next record, previous record, etc. will control a different table than the first tab. In my case, I have a layout that handles administrative tasks for "Employees", "Companies", "Customers", "Vendors". The problem is that when I go to say Customers, any record control is based on the "Employees" table (the one designated via the layout setup. Is there a way to have each tab independently control navigation, data? Thanks in advance!
July 25, 200718 yr No, and I think you're going off the track with regard to navigation, too. Are you familiar with the Go to Related Record (GTRR) script step?
July 25, 200718 yr Author Thanks for the quick response! I've used the GTRR before, I was just trying to use the tab metaphor to consolidate the interface by business function. I guess I'll have to incorporate buttons with different layouts and mask them so it looks like it's all in the same area.
Create an account or sign in to comment