I thought I'd find this to be a fairly common demand and that I'd find the answer by googling, but to no avail.
I've got buttons (on the header of my form) that I plan to make act as tabs for a single record.
Each button should display more information for the same person
(basically, more fields from a different table, but with the same primary-foreign key).
So, when I click (one of) these buttons, a different form should open and display the record assigned with the same primary key.
Anyone know how I can do it?
Just a simple explanation will do.
Fyi, I don't want to use the default tab control because it's ugly and doesn't go well with my theme or my layout.
Thanks!
I've got buttons (on the header of my form) that I plan to make act as tabs for a single record.
Each button should display more information for the same person
(basically, more fields from a different table, but with the same primary-foreign key).
So, when I click (one of) these buttons, a different form should open and display the record assigned with the same primary key.
Anyone know how I can do it?
Just a simple explanation will do.
Fyi, I don't want to use the default tab control because it's ugly and doesn't go well with my theme or my layout.
Thanks!