navigation form
Hi tekoko,>>how do I resize the form , or do I have to resize the tabcontrol on the navigation formFor this new issue, I would suggest you post a new thread, and then community members could...
View Articlenavigation form
I have the scrolling down problem with a tabctrl on the navigation form .... how do I resize the form , or do I have to resize the tabcontrol on the navigation form
View Articlenavigation form
i' ve tried everything and then I've put thisdoCmd.BrowseTo acBrowseToForm, "feest", , "ID=" & Me.IDand that worked ... bur is this going to cause me troubles ???? I don't see how. Since the...
View Articlenavigation form
i' ve tried everything and then I've put thisdoCmd.BrowseTo acBrowseToForm, "feest", , "ID=" & Me.IDand that worked ... bur is this going to cause me troubles ????
View Articlenavigation form
See if this blog helps...Probably something like this:DoCmd.BrowseTo acBrowseToForm, "feest", "[Carpe diem].Navigationsubform", "ID=" & Me.IDHope it helps...
View Articlenavigation form
if I want to do it that way my navigation form is [Carpe diem]the subform is Navigationsubformthe form is "feest"how do I put It ...
View Articlenavigation form
Hi. Have you tried using the BrowseTo method to open the other form when the button is clicked? I think you can specify to open the form within the Navigation Form. Hope it helps...
View Articlenavigation form
the navigation form works perfect (picture1) , only if I open a second form (click on "selecteer" ) with a button on a form that is on the navigation tab , it does not stay under the navigation bar, it...
View Articlenavigation form
Hi tekoko,How did you create a navigation form? Based on your description, it seems you did not create a navigation form in a correct way, I suggest you refer Create a navigation form for how to create...
View Articlenavigation form
no , it is not scrolling down. it just opens a new form and that takes the whole screen.the form itself is not a tab from the navigation
View Articlenavigation form
Hi tekoko,Is your issue like the description from DB? If so, I suggest you follow the suggestion from DB, there is no way to set the navigation tab visible all the time if you roll down.In another way,...
View Articlenavigation form
Sounds like the screen is scrolling down. If so, try resizing the form to fit the screen. Hope it helps...
View Articlenavigation form
on 1 tab of my navigation form , the user can clic a button to go to a detail record.when that is done, the tabs are not visible anymore,how can one leaf the tabs on top of the screen ?
View Article