Share via

Split Form doesnt work with Navigation Form

Anonymous
2010-12-10T03:39:13+00:00

Hi,

Im trying to use the new Navigation Form mode, and one of my form using split mode doesnt want to show split. Using the that form alone, shows the split mode ok, but as soon as i try to move it into a Navigation Form, the split mode stop working. Ive passed 3-4 hours trying to play with the settings, but best i could do, is to put the Navigation Form into split mode, but even then doesnt work correctly, looks it only wants to show the split form into form view, the datasheet view, doesnt want to kick in. In the property of the Navigation Form, split mode is activated, allow datasheet view to yes, and the split form printing to datasheet only. Also, split the Naviagation Form was not my main goal, i just wanted to have 1 splited form, but was never able to make the split kicking in, playing on the propertys of that form. Not that i should have done anything, it should just have copy my original form, that is splited, into Navigation Form, on first try.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-12-14T21:26:43+00:00

Hi RiverHunter,

Unfortunately, split forms will not work on subforms and will only show one view. So when you place the split form onto the Navigation form, it is treated as a subform, thus it doesn’t work.

Best Regards,

Nathan Ost

Microsoft Online Community Support


Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Was this answer helpful?

5 people found this answer helpful.
0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2016-08-23T13:38:20+00:00

    There is a work around, but it will open the form that is split as a separate form. You will need to go back to the Navigation form for other navigation. The work around is to create a macro to open the table in question. (Save it and make sure it works as you want it to.)

    Go back to the Navigation form and the property sheet for the button you want to open the form. Under the DATA tab, make sure there is not anything listed for NAVIGATION TARGET NAME.  Under the EVENTS tab, ON CLICK, use the drop down to add the macro you created. Save the form...

    1.  Create Macro

    2.  Add macro to EVENTS - ON CLICK

    1. Remember this form is independent of the Navigation Form.

    Hope this is helpful to some until they fix this ... otherwise, just create a navigation form from scratch.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-10-26T03:49:33+00:00

    I know almost nothing about Access, but it seems to me that what is needed is to create a subform that is NOT linked to the main form, but passes a key value to the main form when it is clicked.  Because they are NOT linked, the subform will show all the records, not just the one in the main form, and then when you click one of the records in the subform, the click event would trigger a procedure to pass the key value to the main form, which would use that key value as a filter.

    Unfortunately, because I know so little about Access, I don't know how to do this, but it seems pretty simple.  If anyone can give a code example, it would be greatly appreciated.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-09-30T23:53:47+00:00

    You are right. It will be awesome, I don't know why they don't allow it.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2011-09-14T18:43:32+00:00

    Is it just me, or does this seem silly?  Seeing a split form within the Navigator would be awesome.  Nathan, perhaps there is a workaround?

    Was this answer helpful?

    0 comments No comments