User Name
Password

Go Back   Planetarion Forums > Non Planetarion Discussions > Programming and Discussion > Hardware and Tech Support

Reply
Thread Tools Display Modes
Unread 30 Mar 2003, 17:25   #1
Supernova9
m u p p e t
 
Join Date: May 2001
Location: Whenever Wherever
Posts: 477
Supernova9 is infamous around these parts
Microsoft Access GotoControl

Well, you can use the GotoControl command to change focus to a sub-form, in order to focus on something within that sub-form. However, what I need to know is how to navigate back to the main form? Using the name of the form as the control doesn't seem to work.
__________________
Supernova9 is offline   Reply With Quote
Unread 30 Mar 2003, 22:17   #2
Caesar2
Commander
 
Caesar2's Avatar
 
Join Date: Sep 2001
Location: Netherlands
Posts: 146
Caesar2 is just really niceCaesar2 is just really niceCaesar2 is just really niceCaesar2 is just really nice
you need something like this?
Code:
DoCmd.GoToControl (Form_Bla.Txtblabla.Name)
although using .SetFocus is prefered rather than GoToControl:

Code:
Form_Bla.Txtblabla.SetFocus
__________________
Quote:
Originally posted by Cochese
Cathaar are not overpowered.

You were just "bashed", live with it.
Caesar2 is offline   Reply With Quote
Unread 31 Mar 2003, 05:00   #3
Raging.Retard
Street Tramp
 
Raging.Retard's Avatar
 
Join Date: Apr 2000
Location: Street Gutter
Posts: 341
Raging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant futureRaging.Retard has a brilliant future
Form.Hide / Form.Show ?
__________________
Chimney Pots.
Raging.Retard is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Forum Jump


All times are GMT +1. The time now is 16:52.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2018