Results 1 to 5 of 5
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    Form Open Blank

    The db file that I have attached, has two forms



    EditPropPass
    EditTelework

    That only open as blank forms when opened from the Navigation window. I had this problem last week, the fix worked then. It does not work now.

    How can I make these form open up and not be blank? When the open up via other forms, they are not blank.

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed
    Attached Files Attached Files

  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,652
    Both have record sources that don't return any records and don't allow new records to be created. That will make the form open blank. Where do you open it from where it will not be blank?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    EditPropPass: Your RecordSource has an inner join to tblPropertyPass - there are no records in this table
    EditTelework: Your RecordSource has an inner join to tblTelework - there are no records in this table

    And in both I don't see why you have included tblPersonnel a second time to return FullName as [Approver] - just bring down FullName again from tblPersonnel and alias it to Approver. But then again, why return the fullname twice?

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Quote Originally Posted by jwhite View Post
    And in both I don't see why you have included tblPersonnel a second time to return FullName as [Approver] - just bring down FullName again from tblPersonnel and alias it to Approver. But then again, why return the fullname twice?
    You didn't notice it was joined to different fields?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    Well, pardon me.

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

Similar Threads

  1. Show Blank Form on Open
    By NadiaVKhan in forum Forms
    Replies: 3
    Last Post: 04-04-2017, 12:19 PM
  2. Open Form to be blank
    By buck in forum Forms
    Replies: 6
    Last Post: 01-10-2014, 03:04 PM
  3. How to open a blank form?
    By WhatnThe in forum Access
    Replies: 15
    Last Post: 08-05-2011, 02:41 PM
  4. I want my form to open blank
    By uneek78 in forum Forms
    Replies: 10
    Last Post: 01-12-2011, 01:01 PM
  5. Replies: 4
    Last Post: 10-20-2010, 10:38 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