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.
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.