PC Review


Reply
Thread Tools Rate Thread

The disappearing form

 
 
PA
Guest
Posts: n/a
 
      26th Apr 2010
In using Access 2007, I have a database with five joined tables. I want to
make a form, based on the "main table" and then four individual subforms.
This works fine for the first of the four subforms, but when I add the second
in design view, and then look at my handy work in Form View, all I have is a
blank, white display, none of the controls are visible. This is the most
complex form I have ever attempted and can not determine what is wrong.
Please help.
Paul
 
Reply With Quote
 
 
 
 
golfinray
Guest
Posts: n/a
 
      26th Apr 2010
If your form is blank, that generally means there was no data there to show.
Make sure your control source on the mainform is correct and that all the
link master-child fields are correct from subform to mainform.
--
Milton Purdy
ACCESS
State of Arkansas


"PA" wrote:

> In using Access 2007, I have a database with five joined tables. I want to
> make a form, based on the "main table" and then four individual subforms.
> This works fine for the first of the four subforms, but when I add the second
> in design view, and then look at my handy work in Form View, all I have is a
> blank, white display, none of the controls are visible. This is the most
> complex form I have ever attempted and can not determine what is wrong.
> Please help.
> Paul

 
Reply With Quote
 
John W. Vinson
Guest
Posts: n/a
 
      26th Apr 2010
On Mon, 26 Apr 2010 05:34:01 -0700, PA <(E-Mail Removed)> wrote:

>In using Access 2007, I have a database with five joined tables. I want to
>make a form, based on the "main table" and then four individual subforms.
>This works fine for the first of the four subforms, but when I add the second
>in design view, and then look at my handy work in Form View, all I have is a
>blank, white display, none of the controls are visible. This is the most
>complex form I have ever attempted and can not determine what is wrong.
>Please help.
>Paul


It sounds like you're trying to create a five table query and use that query
for your form. This won't work (a blank form means that the form's
Recordsource returns no records and is not updateable).

Instead, base the main form on the master table, and base each subform on one
of the related tables. You don't need a big complicated query in order to get
a big complicated form <g>...
--

John W. Vinson [MVP]
 
Reply With Quote
 
PA
Guest
Posts: n/a
 
      26th Apr 2010
Thank you for the replies.
Basing the form(s) on the tables is what I did. Not only do the controls
disappear but the labels also disappear. I am at a loss to explain it.

"John W. Vinson" wrote:

> On Mon, 26 Apr 2010 05:34:01 -0700, PA <(E-Mail Removed)> wrote:
>
> >In using Access 2007, I have a database with five joined tables. I want to
> >make a form, based on the "main table" and then four individual subforms.
> >This works fine for the first of the four subforms, but when I add the second
> >in design view, and then look at my handy work in Form View, all I have is a
> >blank, white display, none of the controls are visible. This is the most
> >complex form I have ever attempted and can not determine what is wrong.
> >Please help.
> >Paul

>
> It sounds like you're trying to create a five table query and use that query
> for your form. This won't work (a blank form means that the form's
> Recordsource returns no records and is not updateable).
>
> Instead, base the main form on the master table, and base each subform on one
> of the related tables. You don't need a big complicated query in order to get
> a big complicated form <g>...
> --
>
> John W. Vinson [MVP]
> .
>

 
Reply With Quote
 
John W. Vinson
Guest
Posts: n/a
 
      26th Apr 2010
On Mon, 26 Apr 2010 11:44:02 -0700, PA <(E-Mail Removed)> wrote:

>Thank you for the replies.
>Basing the form(s) on the tables is what I did. Not only do the controls
>disappear but the labels also disappear. I am at a loss to explain it.


I wonder if you perhaps set the Data Entry property of the forms to Yes; and
perhaps the Alllow Additions and/or Allow Edits properties to No.

This symptom means that there are no records in the form's recordset (so you
can't see any existing records) and that the form does not allow additions
either (so you can't see the blank New Record). Is there data in your tables?
What are these properties of the form?
--

John W. Vinson [MVP]
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disappearing Form Carlo Microsoft Access Forms 2 2nd Dec 2008 02:45 PM
Disappearing form in VB.net Lost Microsoft VB .NET 2 16th Aug 2006 08:52 AM
Disappearing New Form =?Utf-8?B?QWxpS3dvaw==?= Microsoft Access Form Coding 2 20th Jun 2005 03:02 AM
Disappearing Form Mike Microsoft Access Forms 1 11th May 2004 06:38 PM
Disappearing Form Mark Microsoft Access 1 19th Jan 2004 12:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:21 AM.