473,396 Members | 1,965 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Disappearing subform in MDE

Hi all,

Why might a subform on a Tab control in an A2003 MDE suddenly decide
to , well, just disappear?
There are no calls to change any visible properties - all I see is
just a faint outline where the form should be. The data in the
datafile is still intact. The RecordSource for the subform is a simple
query.
I've tested the same MDE on an older backup of the datafile and all is
OK - and an older version with the same datafile with the same
problem, so something certainly seems amiss with the current datafile
- but I've imported the data into a new mdb and still the same issues
prevail.

To troubleshoot further, where could I go from here?

Regards

Karl
Nov 13 '05 #1
3 2813
Permissions?

The entire detail section will disappear if:
a) there are no records to display, and
b) no new records can be added.

You probably know if a) is happening: filter, etc.

Examples of causes for b):
- based on a read-only query;
- its AllowAdditions property is No;
- user has read-only permissions (Access security);
- drive is shared read-only (Windows).

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Karl Roes" <ka******@hotmail.com> wrote in message
news:7c**************************@posting.google.c om...

Why might a subform on a Tab control in an A2003 MDE suddenly decide
to , well, just disappear?
There are no calls to change any visible properties - all I see is
just a faint outline where the form should be. The data in the
datafile is still intact. The RecordSource for the subform is a simple
query.
I've tested the same MDE on an older backup of the datafile and all is
OK - and an older version with the same datafile with the same
problem, so something certainly seems amiss with the current datafile
- but I've imported the data into a new mdb and still the same issues
prevail.

To troubleshoot further, where could I go from here?

Regards

Karl

Nov 13 '05 #2
"Karl Roes" <ka******@hotmail.com> wrote in message
news:7c**************************@posting.google.c om...
Hi all,

Why might a subform on a Tab control in an A2003 MDE suddenly decide
to , well, just disappear?
There are no calls to change any visible properties - all I see is
just a faint outline where the form should be. The data in the
datafile is still intact. The RecordSource for the subform is a simple
query.
I've tested the same MDE on an older backup of the datafile and all is
OK - and an older version with the same datafile with the same
problem, so something certainly seems amiss with the current datafile
- but I've imported the data into a new mdb and still the same issues
prevail.

To troubleshoot further, where could I go from here?

Regards

Karl


If the subform is background-colour with an outline (as opposed to empty
white space) then it hasn't disappeared. When an Access form does not
permit records to be added (either because it's AllowAdditions property is
set to "No", or it's RecordSource is not updatable) AND there is no data to
display, then none of the controls are visible.
Nov 13 '05 #3
Hi Allen and Brian,

I found the problem. :-)

In one calculated field in one "cascaded" subquery, I didn't allow for
nulls. A quick CCur(nZ(.......)) and all is well.
The problem, of course <grin>, doesn't occur on an earlier datafile
backup because the record causing the problem had not been entered yet
and the different frontend versions all had the same sub query.
Importing the data to a new datafile was, in this case, of no use at
all.

Thanks

Regards

Karl
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message news:<41***********************@per-qv1-newsreader-01.iinet.net.au>...
Permissions?

The entire detail section will disappear if:
a) there are no records to display, and
b) no new records can be added.

You probably know if a) is happening: filter, etc.

Examples of causes for b):
- based on a read-only query;
- its AllowAdditions property is No;
- user has read-only permissions (Access security);
- drive is shared read-only (Windows).

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Karl Roes" <ka******@hotmail.com> wrote in message
news:7c**************************@posting.google.c om...

Why might a subform on a Tab control in an A2003 MDE suddenly decide
to , well, just disappear?
There are no calls to change any visible properties - all I see is
just a faint outline where the form should be. The data in the
datafile is still intact. The RecordSource for the subform is a simple
query.
I've tested the same MDE on an older backup of the datafile and all is
OK - and an older version with the same datafile with the same
problem, so something certainly seems amiss with the current datafile
- but I've imported the data into a new mdb and still the same issues
prevail.

To troubleshoot further, where could I go from here?

Regards

Karl

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Larry Woods | last post by:
I have a site that works fine for days, then suddenly, I start getting ASP 0115 errors with an indication that session variables IN SEPARATE SESSIONS have disappeared! First, for background...
1
by: R0bert Neville | last post by:
My web page has one unordered list that disappears in Firefox. The unordered list in question has the class="dir". I double-checked the source code and verified the markup's semantics. Everything...
2
by: neptune | last post by:
I built a form to access a query with a 2 field primary key. It should use 2 controls to find the unique record and display the other field values on the form. In the criteria section of the...
2
by: Rachel Suddeth | last post by:
Here is my scenario: I have a few custom controls that I set up on a form and tested setting properties and appearances. Then I added a couple references to the project which add classes I need to...
2
by: dancole42 | last post by:
So I have a subform that lists the various items on a particular invoice. First, the user selects a product class from the Class dropdown. This is bound to the Class field in the InvioceLines...
0
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
Like many people, I normally use Yahoo! Mail via the web and like to keep all my emails stored on the Yahoo! server. However sometimes I can’t get access to a PC/the web and I download my emails...
2
by: RAG2007 | last post by:
Hi, I'm running an ADP with SQL Server as back end. On a main form, my subform is coming up blank. When I was running as an mdb with no back end I didn't have this problem. I get an error "Syntax...
0
by: Earl Anderson | last post by:
In A2003, we have a multi-tabbed form. One of the tabbed forms is a data entry form with a subform containing a memo field, some dropdowns and some 'action buttons' (i.e Add New; Edit, etc.). On...
3
Breezwell
by: Breezwell | last post by:
This is really odd. I have the following simple query, MetricsExcellentSellers, which is run against a table called : SELECT .GroupCode, .Customer, .TotalSales, .SalesClass FROM WHERE...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.