It's a form, with (so far) 4 tab pages on it, each of which holds 2/3/4
subforms.
(I like tabbed forms by the way - do we all?)
Basically the subforms are different ways of looking at the data. It's the
orchestral management thing still.
So tab 1 looks at each musician, the events they're booked onto, which jobs
they're doing etc.
tab 2 looks at each job, who's doing it at which event etc.
To preserve state between tabs I've set up a few form level variables, so
that when you're on musician A on one subform when you switch to another tab
you'll be on musician A there too. Hopefully.
Is form level variables the usual way to accomplish this? If there is a
'usual' way.
TIA, Mike MacSween
subforms.
(I like tabbed forms by the way - do we all?)
Basically the subforms are different ways of looking at the data. It's the
orchestral management thing still.
So tab 1 looks at each musician, the events they're booked onto, which jobs
they're doing etc.
tab 2 looks at each job, who's doing it at which event etc.
To preserve state between tabs I've set up a few form level variables, so
that when you're on musician A on one subform when you switch to another tab
you'll be on musician A there too. Hopefully.
Is form level variables the usual way to accomplish this? If there is a
'usual' way.
TIA, Mike MacSween
Comment