Unbound Subform in a Switchboard

W

William

I am building a database to handle multiple departments of our organization.
I want a switchboard to constantly be visible with a subform in the middle
which would load the appropriate forms depending on the options selected on
the switchboard. My subform is unbound when the switchboard first loads, and
i change the subforms source object whenever the user selects different
functions. All my forms are loading correctly, but i am unable to add or edit
data in the subform. If i open the forms individually (not as part of the
switchboard) i can add and edit data) My question is can i add or edit data
in a subform if it is not linked to anything in the parent form, and how do i
do it.
 
B

Beetle

Did you create a switchboard using the built in Switchboard Manager?
If so, it probably had its Allow Additions, Allow Deletions, Allow Edits
and Allow Filters properties set to No by default, which means that any
subforms placed on the switchboard form would be governed by those
settings as well. Open the switchboard form in design view and check
those properties.

If you created your own "switchboard", without using the manager, I
would still check those properties.
 
W

William

Thank you so much, that was it.

Beetle said:
Did you create a switchboard using the built in Switchboard Manager?
If so, it probably had its Allow Additions, Allow Deletions, Allow Edits
and Allow Filters properties set to No by default, which means that any
subforms placed on the switchboard form would be governed by those
settings as well. Open the switchboard form in design view and check
those properties.

If you created your own "switchboard", without using the manager, I
would still check those properties.
 

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