A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Continues Subforms Scrolling



 
 
Thread Tools Display Modes
  #1  
Old March 30th, 2010, 09:54 AM posted to microsoft.public.access.forms
K[_4_]
external usenet poster
 
Posts: 25
Default Continues Subforms Scrolling

Hi all, I have to continuse subforms visible on Main Form. The two
subform names are "SubA" & "SubB". I need some code or way that when
I scroll on one Subform then other Subform should also get scrolled
automatically, so like this I can see correct record row. I'll be
very greatful if any friend can help me on this
  #2  
Old March 30th, 2010, 11:56 AM posted to microsoft.public.access.forms
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default Continues Subforms Scrolling

On Tue, 30 Mar 2010 01:54:08 -0700 (PDT), K
wrote:

There is no built-in way to do that.

If they are so similar, can they be one subform with more columns?

One thing you can do is to keep the selected rows in sync: you can
write code to select a particular row in subB using the bookmark
technique (set the form's bookmark to the recordsetclone's bookmark).
Access would then scroll that row into view.

-Tom.
Microsoft Access MVP


Hi all, I have to continuse subforms visible on Main Form. The two
subform names are "SubA" & "SubB". I need some code or way that when
I scroll on one Subform then other Subform should also get scrolled
automatically, so like this I can see correct record row. I'll be
very greatful if any friend can help me on this

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:12 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.