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  

Subformss, Tab Controls, and Forms



 
 
Thread Tools Display Modes
  #1  
Old February 28th, 2010, 04:51 AM posted to microsoft.public.access.forms
forest8
external usenet poster
 
Posts: 196
Default Subformss, Tab Controls, and Forms

Hello

I am creating a case management database. I have created a Main form called
Participants.

There are several themes which must be completed for each participant:
Personal Information, Personal Assessment, Personal Plans, Notes, and Other.

I thought of using a tab control for each theme.

I want to create subforms for each theme. That is, for the Personal
Information tab, I want to create subforms for each subject area, etc.

I read on this board that you can't but a tab control within a tab control,
but you can create subforms that would individually contain a tab control.

The issue is not creating the subform but I get the message "Can't build a
link between unbound forms".

The SourceObject is set to the name of my subform. On this form, I have a
form control with 2 tabs for each of my forms.

How do I get this to link to the master (i.e. main) form?

Thank you in advance for your help.

  #2  
Old February 28th, 2010, 05:26 AM posted to microsoft.public.access.forms
Jeanette Cunningham
external usenet poster
 
Posts: 2,190
Default Subformss, Tab Controls, and Forms

Unbound forms have no record source.
Is your main form based on a query and has that query as its record source?
Is your subform based on a query and has that query as its record source?

If the query for the main form is based on a table for participants, the
subform's record source query should be based on a table that is related
1-to-many to the table for the main form.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia



"forest8" wrote in message
...
Hello

I am creating a case management database. I have created a Main form
called
Participants.

There are several themes which must be completed for each participant:
Personal Information, Personal Assessment, Personal Plans, Notes, and
Other.

I thought of using a tab control for each theme.

I want to create subforms for each theme. That is, for the Personal
Information tab, I want to create subforms for each subject area, etc.

I read on this board that you can't but a tab control within a tab
control,
but you can create subforms that would individually contain a tab control.

The issue is not creating the subform but I get the message "Can't build a
link between unbound forms".

The SourceObject is set to the name of my subform. On this form, I have a
form control with 2 tabs for each of my forms.

How do I get this to link to the master (i.e. main) form?

Thank you in advance for your help.



 




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 02:13 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.