473,388 Members | 1,493 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Move to Tab in the V2007-V2010 Navigation Control

Hello, I am trying to use your examples with a navigation form. It creates it, and I assume that the tab control is NavigationControl0, but Access 2010 says that it doesn't accept the method.

Could you give me some assistance? I simply need to open a certain tab of the navigation form through VBA.

Thank you.

Found SOLUTION:

Expand|Select|Wrap|Line Numbers
  1. Private Sub Command15_Click()
  2. DoCmd.BrowseTo ObjectType:=acBrowseToForm, _
  3. ObjectName:="34", _
  4. PathToSubformControl:="NavigationForm.NavigationSubform", _
  5. WhereCondition:="", _
  6. Page:="", _
  7. DataMode:=acFormEdit
  8. End Sub
Oct 23 '12 #1
2 5545
zmbd
5,501 Expert Mod 4TB
RagonichaFulva,
I split your post from the Insight Article for a few reasons:
(1) The navigation control, despite appering as a tab control really is not; therefor, the information contained within the article you posted to does not pertain.
(2) From past experince, it appears that posts made to an insight article deal directly with the information contained therein.
(3) Your Question DESERVES to have its own thread! The new Navigation Control introduced in the latest versions of MS Access are VERY poorly documented. Infact, I'm working thru just such issues myself. I like the concept behind the control; however, it presents alot if issues, thus questions, and MS didn't see fit to provide many answers.
Oct 23 '12 #2
Hello zmbd,

Thanks for your efforts. I thought it was a special tab control form.

I hope my comment helps someone, and thanks to your actions it will surely be more probable to be of use to someone.
Oct 23 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Terry | last post by:
I have a form which is displayed in Datasheet View and would prefer it if, when entering data, I could use the keyboard as I would when entering data into a Datasheet. Is it possible when...
1
by: KY | last post by:
Hi, Is there any open source navigation control available for download that can be used for windows application? Please provide links if anyone knows. Thanks in advance, KY
6
by: darrel | last post by:
I'm not a big fan of fly-out navigation, but I have a need for it on an internal application we're developing. Before I build my own, I thought I'd see what I could find. I found a lot of ..net...
6
by: Sakharam Phapale | last post by:
Hi All, How to move the CommandButton control using mouse from one position to other? Is it possible using Drag, Drop events or I have to write my own code for that? I have set the...
1
by: bli2001 | last post by:
Hi All, it's not uncommon to have the main menu control on the left-hand side of a page and another menu across, say, the top of the page. Is it possible to have one navigation control...
0
by: diatom | last post by:
Hello, In a windows application, I just created a new custom user control. This custom user control is simply a dialog that I want to re-use. When my dialog opens, by default it is located in...
2
by: Peter Stojkovic | last post by:
I need a idea how to program the following. I have a control inherited from textbox. The differnce should be, that the cursor will move to the next control , when the user presses the TAB...
2
by: MMA | last post by:
How do I populate the menu control in 2.0 from a database. I know this can be done with the Tree Control. Any code snippets? Thanks in advance.
4
by: clintonG | last post by:
Boy that's a helluva subject heh? But that's what I'm looking for. A navigation control that has a series of rectangles (each representing a star in the pattern) where each rectangle is connected...
1
by: Luke | last post by:
Scenario - There's a file called TEST.TXT Pagebreak characters in the TEXT.TXT will be used to split the content of text file into multiple pages. A Navigation control (...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.