Results 1 to 7 of 7
  1. #1
    magdiL is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2014
    Posts
    2

    form contents show up in design view, but not in layout view

    Dear users!!



    I have a problem with an existing database (which is an official database and has already been working). while in the design view I can see everything (form header, details, form footer), in the layout view the details disappear and I can only see form header and form footer. the form is used to load up data from an excel sheet.

    do you have any idea what could be the problem? first I thought that maybe I have to put in some records, but this was not the problem. maybe there's some problem with the filters? I have never used access before and this is why I am quite confused...


    thank you so much for your help,
    all the best
    magdiL

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Typically, the record source of the form returns no records and doesn't allow new records.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    magdiL is offline Novice
    Windows XP Access 2007
    Join Date
    Mar 2014
    Posts
    2
    sorry, I don't understand your answer, can you specify it? thanks!!

  4. #4
    trevor40's Avatar
    trevor40 is offline Advanced db Manager
    Windows XP Access 2003
    Join Date
    Feb 2014
    Location
    Australia
    Posts
    402
    Check the display when option of the form detail section, options are allways, print only or screen only

  5. #5
    JeroenMioch's Avatar
    JeroenMioch is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2012
    Location
    Den Haag, Netherlands
    Posts
    368
    Im not sure people are getting what you mean MagDil.
    You might wanna show us a screenshot or something

  6. #6
    Missinglinq's Avatar
    Missinglinq is online now VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    To expand on Paul's answer, Controls don't appear in Form View when three conditions exist at the same time:

    • The Form is Bound to a Table or Query
    • There are No Records in the underlying Recordset or the Recordset cannot be accessed
    • The Form cannot have New Records added

    The reasons that a Bound Form cannot have New Records added include:

    1. The File's Read-Only Property has been set to Yes (has been ticked)
    2. AllowAdditions for the Form is set to No
    3. The underlying Query the Form is based on is Read Only
    4. User doesn't have Read and/or Write Permission for the Folder where the Data resides or there is a connection problem with the network.
    5. Folder the File resides in (in versions 2007/2010) not having been declared as 'Trusted'
    6. Form's Recordset Type is set to Snapshot

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Is the form RecordSource a query with 1 or more tables/queries/Excel link? Post the SQL statement.

    This form used to work? What changed?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 01-28-2014, 10:13 PM
  2. Replies: 5
    Last Post: 12-03-2013, 01:25 PM
  3. remove design view and layout view on right click
    By sdel_nevo in forum Programming
    Replies: 2
    Last Post: 07-11-2013, 01:00 AM
  4. Replies: 8
    Last Post: 04-29-2013, 11:23 AM
  5. Replies: 1
    Last Post: 10-24-2010, 11:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums