473,466 Members | 1,508 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

tab out subform01 to subform02

I have a form with 3 subforms (linked, the prevois to the next) which are
continuous forms, I wonder whether it is possible to move automathically the
cursor from one subform to the next when I finish entering the data instead
of using ctrl+tab.

subform01: I have 2 fields (date, import), after entering them I'd like the
cursor to go to subform02 (and so on)
subform02: I have one field (date of job)
subform03: I have 3 fields (hours, extra hours...)

Thanks in advance
Beps
Nov 13 '05 #1
1 994
The Control's AfterUpdate event should fire when you complete entering the
data in that control. By using a fully qualified reference to the next
subform and control, you should be able to do something like this
(substitute the name of your Subform Control for S2 and the name of the
control on the Form embedded in that Subform Control for C2). If that
doesn't work, you may be able to make it work by first doing a
DoCmd.RunCommand acCmdSaveRecord :

Me!Parent!<S2>.Form!<C2>.SetFocus

Larry Linson
Microsoft Access MVP

"beppe005" <be**************@virgilio.it> wrote in message
news:i6*********************@news3.tin.it...
I have a form with 3 subforms (linked, the prevois to the next) which are
continuous forms, I wonder whether it is possible to move automathically the cursor from one subform to the next when I finish entering the data instead of using ctrl+tab.

subform01: I have 2 fields (date, import), after entering them I'd like the cursor to go to subform02 (and so on)
subform02: I have one field (date of job)
subform03: I have 3 fields (hours, extra hours...)

Thanks in advance
Beps

Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: erabie | last post by:
I have 2 subforms read from 2 different tables.I want to update subform02 after updating the same field from subform01 using vba.
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:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.