One Form w/Subforms or Multiple linked Forms

M

Monet 138

Is it better/easier to setup a single Form with subforms that open and close
when needed or to create a few separate forms that can be open/closed via
Events?

Example: A combo box limited to list to prevent misspelling of area names
with a NotInList event for adding new Area names to the Area table.

I currently have that setup using separate forms, where the NewArea form
simply contains a single text field control along with Enter and Cancel
buttons. Should I avoid using this method in favor of setting up a subform
with my main Form?

Thanks in advance for the help.
 
B

Beetle

I'm not sure how our example of a combo box Not
In List event relates to whether or not you should
use forms/subforms or linked forms. You can add a
new value to a combo box without using an additional
form at all. Now, if there is additional information that
needs to be added to the table along with the combo box
value, then you woulfd typically use a pop up form so
the user could add this additional info as well.

But again, I don't see how that relates to your question
about forms/subforms or linked forms. Maybe I'm
missing something.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top