0
votes

I use an unbound form as a Menu/Navigation for my application. The menu form has VBA "on click" events for the labels. That is it.

When I add it as a subform to a split-form that is bound to one of the tables, the "menu" subform displays as a sub-datasheet.

When I go to the datasheet view to remove the sub-datasheet the "Remove" button is greyed out.

I've checked the main form and the menu sub-form for Subdatasheet Expanded "NO" and Subdatasheet Height "0"

I know this is probably going to be something painfully obvious that I seem to be overlooking but I've been searching for a solution all morning.

Thanks, people.

enter image description here

enter image description here

1

1 Answers

0
votes

Did you add your navigation form using design view? For example, here is my split form with the navigation form added, note that the navigation form is set to display Single Form.

split form design view

Here is the form displayed:

split form normal view