Hi,
I've been searching and haven't seen any examples, or this question come up before.
What I'm thinking about doing is,
I have a main form, on this form there are some yes/no type fields that will have additional info needed to be filled out depending on what they select.
so in trying to keep the number of controls on this form down, I thought about having it work like this.
When they select 'yes' a popup form will appear that and they can enter the additional info. When done they just close this popup form, and go to the next question.
The popup forms will be bound to a difffent table, so when the form opens it needs to know that the data being entered is part of the current record.
Is this a good way to go about this? I'm thinking this will help load times of the main form, and also save space. I think it will be better then mulitple subforms, and cleaner then a tab control.
Your thoughts?
I've been searching and haven't seen any examples, or this question come up before.
What I'm thinking about doing is,
I have a main form, on this form there are some yes/no type fields that will have additional info needed to be filled out depending on what they select.
so in trying to keep the number of controls on this form down, I thought about having it work like this.
When they select 'yes' a popup form will appear that and they can enter the additional info. When done they just close this popup form, and go to the next question.
The popup forms will be bound to a difffent table, so when the form opens it needs to know that the data being entered is part of the current record.
Is this a good way to go about this? I'm thinking this will help load times of the main form, and also save space. I think it will be better then mulitple subforms, and cleaner then a tab control.
Your thoughts?