Can't place form on navigation form

DueyDooDah

New member
Local time
Today, 05:13
Joined
Aug 20, 2011
Messages
1
I have an Access database made up of links to the tables in an external SQL database. I have created the forms I need and all are working properly.

I then created a navigation page, ensured I was in Layout View and then attempted to drag-n-drop each the of forms as MS instructions indicate I should. I also attempted to type the name of the form into the navigation tab, which apparently is another ways to do this, but also failed.

I am at a loss. If you can help, I await your reply.

Thanks,
Duey
 
Not 100% sure this applies to you, but SQL server based forms can't be used as linked subforms, You have to manage related records in code.

On the other hand why are you placing the forms onto a navigation form, why not just open the required from with a button. Something like DoCmd.openform "YourFormName" in the on click event of the button will do the trick


Regards
SmallTime
 
Last edited:

Users who are viewing this thread

Back
Top Bottom