Cursor problem with subforms

JohnUgoji

Registered User.
Local time
Today, 09:41
Joined
Aug 14, 2012
Messages
12
when I input data in my forms with a suform, the cursor moves into the first field in the subform but after a few records it will jump to the last field on the subform and i will have to manually insert it in the beginning. What do i do to steadily have the cursor move to the first record on the subform.
Thanks.
 
Can you upload a test database so we can see what you're experiencing?
 
Hi,
Find the attached access db. i have 2 problems with it:
1. the cursor problem
2. the calculated control on the form is showing an error message.
Can you help.
Thanks.
 

Attachments

Yes I use a laptop.
I figured from your description but just wanted a confirmation.

You want to know why the cursor is jumping? Your palm is hitting the touchpad. What you should do is see if your touchpad driver lets you set it so that it is disabled automatically when typing. Then you won't have that problem. :D

As for the calculated control, make sure you don't

1. have any of the parts dividing by zero or by something that could be zero.
2. the name of the control that the error is happening in isn't the same name as any field used in any calculation formula on the form.
 
Hi Boblarson,
THanks very much. Did I mean the cursor jumping? No. I mean that the cursor does not enter the first field in thethe subform as it emerges from the mainform form; it enters the last field and I have to manually send it back to begin inputting data. It happens on my desktop too.

On the calculated control I agree with you but I have checked and checked and cross checked my names but I haven't seen my mistakes. I still end up getting #name?

Thanks for your help. I want some more.
John
 
Hi Boblarson,
THanks very much. Did I mean the cursor jumping? No. I mean that the cursor does not enter the first field in thethe subform as it emerges from the mainform form; it enters the last field and I have to manually send it back to begin inputting data. It happens on my desktop too.

On the calculated control I agree with you but I have checked and checked and cross checked my names but I haven't seen my mistakes. I still end up getting #name?

Thanks for your help. I want some more.
John
 
Well, your name problem comes from an incorrect formula. Your formula in the text box named Text27 on the ChapterTransMaster form should have the formula:

=[Items].[Form]![Text11]

Not what you currently have:
=[ChapterTransDetail].[Form]![Subtotal]

As for the jumping to the wrong control when tabbing through, I couldn't replicate the problem.
 
Hi Boblarson,
Thanks a lot. I will let you if worked on my copy. Thanks once again.
John.
 

Users who are viewing this thread

Back
Top Bottom