Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / June 2006

Tip: Looking for answers? Try searching our database.

tab control question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mhmaid - 17 Jun 2006 04:28 GMT
hi
i have five tab control pages in my form, and i want access to take me
automatically to the next form when i exit the last field in the first page .
is this possibe?
tina - 17 Jun 2006 05:21 GMT
in the last control on the first tabpage, add code in the Exit event
procedure to move the focus to the first control on the next tabpage, as

   Me!ControlName.SetFocus

hth

> hi
> i have five tab control pages in my form, and i want access to take me
> automatically to the next form when i exit the last field in the first page .
> is this possibe?
mhmaid - 17 Jun 2006 06:01 GMT
thank you very much for help.

> in the last control on the first tabpage, add code in the Exit event
> procedure to move the focus to the first control on the next tabpage, as
>
>     Me!ControlName.SetFocus
tina - 17 Jun 2006 16:14 GMT
you're welcome  :)

> thank you very much for help.
>
> > in the last control on the first tabpage, add code in the Exit event
> > procedure to move the focus to the first control on the next tabpage, as
> >
> >     Me!ControlName.SetFocus
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.