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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can I attach my sub-form to the tabs I just added?



 
 
Thread Tools Display Modes
  #1  
Old December 7th, 2005, 05:37 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Can I attach my sub-form to the tabs I just added?

I wanted to have two subforms on one page, instead of just the one I
currently have...so I added in the 'tabs' from the toolbox, but I can't get
my original subform to 'attach' itself to one of the tabs. They are just
sitting there, independent of each other....is there a way I can attach or
assign my subform to one of the tab pages, without having to re-do it?

Thanks for any help with this problem!
  #2  
Old December 7th, 2005, 09:56 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Can I attach my sub-form to the tabs I just added?

See the section "Adding Tabs to an Existing Form" in the article at the
following URL ..

http://office.microsoft.com/en-us/as...0491033.aspx#4

--
Brendan Reynolds

"LynneMc" wrote in message
...
I wanted to have two subforms on one page, instead of just the one I
currently have...so I added in the 'tabs' from the toolbox, but I can't
get
my original subform to 'attach' itself to one of the tabs. They are just
sitting there, independent of each other....is there a way I can attach or
assign my subform to one of the tab pages, without having to re-do it?

Thanks for any help with this problem!



  #3  
Old December 7th, 2005, 10:15 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Can I attach my sub-form to the tabs I just added?

As fasr as I know, you should click the tab control where you want to insert
your subform and click the subform/Subreport tool in the toolbox, and add a
subform control to your tab. Then, set the Source Object property to your
existing subform, then, set the Link Child Fields and Link Master Fields
properties to the appropriate field names.

Hopefuly you will find this easy to do.
JoseLuis Access

"LynneMc" wrote:

I wanted to have two subforms on one page, instead of just the one I
currently have...so I added in the 'tabs' from the toolbox, but I can't get
my original subform to 'attach' itself to one of the tabs. They are just
sitting there, independent of each other....is there a way I can attach or
assign my subform to one of the tab pages, without having to re-do it?

Thanks for any help with this problem!

  #4  
Old December 7th, 2005, 11:41 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Can I attach my sub-form to the tabs I just added?

On Wed, 7 Dec 2005 09:37:02 -0800, "LynneMc"
wrote:

I wanted to have two subforms on one page, instead of just the one I
currently have...so I added in the 'tabs' from the toolbox, but I can't get
my original subform to 'attach' itself to one of the tabs. They are just
sitting there, independent of each other....is there a way I can attach or
assign my subform to one of the tab pages, without having to re-do it?

Thanks for any help with this problem!


This is a bit of a pain but doable.

Select the Subform (be sure it's the subform *control* not the form
within that control; there should be selection 'handles' on the
sides). Type Ctrl-X to cut it to the clipboard.

Select the desired tab by clicking *on the tab* itself - not on the
surface of the tab page.

Type Ctrl-V to paste the subform; then move it where you want it.

John W. Vinson[MVP]
  #5  
Old February 3rd, 2006, 05:11 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Can I attach my sub-form to the tabs I just added?

Hi! Can anyone tell me where I can find the Subform Control that John Vinson
is talking about? I found 2 and I'm not sure which one to use.
--
Dorothy


"John Vinson" wrote:

On Wed, 7 Dec 2005 09:37:02 -0800, "LynneMc"
wrote:

I wanted to have two subforms on one page, instead of just the one I
currently have...so I added in the 'tabs' from the toolbox, but I can't get
my original subform to 'attach' itself to one of the tabs. They are just
sitting there, independent of each other....is there a way I can attach or
assign my subform to one of the tab pages, without having to re-do it?

Thanks for any help with this problem!


This is a bit of a pain but doable.

Select the Subform (be sure it's the subform *control* not the form
within that control; there should be selection 'handles' on the
sides). Type Ctrl-X to cut it to the clipboard.

Select the desired tab by clicking *on the tab* itself - not on the
surface of the tab page.

Type Ctrl-V to paste the subform; then move it where you want it.

John W. Vinson[MVP]

  #6  
Old February 3rd, 2006, 08:28 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Can I attach my sub-form to the tabs I just added?

John's saying to select the subform control that you've already pasted onto
your form that you want to move onto a tab.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Dorothy" wrote in message
...
Hi! Can anyone tell me where I can find the Subform Control that John

Vinson
is talking about? I found 2 and I'm not sure which one to use.
--
Dorothy


"John Vinson" wrote:

On Wed, 7 Dec 2005 09:37:02 -0800, "LynneMc"
wrote:

I wanted to have two subforms on one page, instead of just the one I
currently have...so I added in the 'tabs' from the toolbox, but I can't

get
my original subform to 'attach' itself to one of the tabs. They are

just
sitting there, independent of each other....is there a way I can attach

or
assign my subform to one of the tab pages, without having to re-do it?

Thanks for any help with this problem!


This is a bit of a pain but doable.

Select the Subform (be sure it's the subform *control* not the form
within that control; there should be selection 'handles' on the
sides). Type Ctrl-X to cut it to the clipboard.

Select the desired tab by clicking *on the tab* itself - not on the
surface of the tab page.

Type Ctrl-V to paste the subform; then move it where you want it.

John W. Vinson[MVP]



  #7  
Old February 4th, 2006, 05:24 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Can I attach my sub-form to the tabs I just added?

Thank you, I should've realized that.
--
Dorothy


"Douglas J Steele" wrote:

John's saying to select the subform control that you've already pasted onto
your form that you want to move onto a tab.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Dorothy" wrote in message
...
Hi! Can anyone tell me where I can find the Subform Control that John

Vinson
is talking about? I found 2 and I'm not sure which one to use.
--
Dorothy


"John Vinson" wrote:

On Wed, 7 Dec 2005 09:37:02 -0800, "LynneMc"
wrote:

I wanted to have two subforms on one page, instead of just the one I
currently have...so I added in the 'tabs' from the toolbox, but I can't

get
my original subform to 'attach' itself to one of the tabs. They are

just
sitting there, independent of each other....is there a way I can attach

or
assign my subform to one of the tab pages, without having to re-do it?

Thanks for any help with this problem!

This is a bit of a pain but doable.

Select the Subform (be sure it's the subform *control* not the form
within that control; there should be selection 'handles' on the
sides). Type Ctrl-X to cut it to the clipboard.

Select the desired tab by clicking *on the tab* itself - not on the
surface of the tab page.

Type Ctrl-V to paste the subform; then move it where you want it.

John W. Vinson[MVP]




 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
using combo boxes with Filter by Form baconroll General Discussion 3 October 28th, 2005 04:23 PM
ECHO Causing Problems DS General Discussion 5 May 17th, 2005 02:19 AM
Form with tabs, tabs shrink Stephanie Using Forms 2 January 23rd, 2005 03:13 AM
Dates in a listbox connected to a form... RusCat Using Forms 13 November 25th, 2004 02:31 AM
dlookup miaplacidus Using Forms 9 August 5th, 2004 09:16 PM


All times are GMT +1. The time now is 02:19 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.