Results 1 to 4 of 4
  1. #1
    Nimo is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2014
    Posts
    14

    Getting a blank form in form view

    Hey guys,




    I have three tables and one form. Each table is unrelated, but for the user's convenience I created a form where the end user can fill in the form and the data gets saved in its relevant table. So I made a query where all the fields I need in the form are in that query. Then I made this query the data source for my form. It worked out well in design view, but when I switch to form view I get a blank form, no fields not even the background of the form...

    Any suggestions of how to fix this blank form issue?

  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
    Can you add data via the query? My guess is not, as it's probably read only:

    http://allenbrowne.com/ser-61.html
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    A form can enter/edit data for only one table. If the form RecordSource includes multiple tables with multiple 1-to-many relationships, the dataset might not be editable, as noted by Paul.

    It is possible to include lookup up tables in the form RecordSource to display related info but do not allow edit of those fields. Use of INNER JOIN requires existing related records in all tables for any record to retrieve in query. This could be cause of blank form.
    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.

  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
    And once again I'll get out of the way.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Subform is blank in Form view
    By wardw in forum Forms
    Replies: 2
    Last Post: 05-28-2013, 12:57 PM
  2. Replies: 8
    Last Post: 04-29-2013, 11:23 AM
  3. Replies: 6
    Last Post: 09-02-2012, 04:30 PM
  4. Form view blank
    By reidn in forum Forms
    Replies: 1
    Last Post: 06-24-2011, 11:26 AM
  5. Adding field to form causes blank view.
    By emccalment in forum Access
    Replies: 1
    Last Post: 04-02-2010, 06:27 PM

Tags for this Thread

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