Results 1 to 10 of 10
  1. #1
    Williams485 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2013
    Posts
    42

    Blank Popup form - not showing any controls


    Hello Access Forum,
    I've created a popup form with a few controls but, when opened, the form is blank (including the OK and Cancel buttons that were already on there). I've done some reading but can't find a clear answer/solution. What am I missing?
    Thanks

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    Please show us a jpg of your form, and any associated code.

  3. #3
    Williams485 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2013
    Posts
    42
    There is currently no associated code. There are two embedded macros - one to close the form with save, the other with a prompt.

    I've included design view and form view, below.

    Click image for larger version. 

Name:	Popup form.jpg 
Views:	3 
Size:	81.5 KB 
ID:	11425Click image for larger version. 

Name:	Form View.jpg 
Views:	2 
Size:	16.3 KB 
ID:	11427

    I appreciate your anticipated help.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    If you go to design view, and show properties, Data - what is the Record Source of the Form?

  5. #5
    Williams485 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2013
    Posts
    42
    The Record Source is Clients.

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    Is there an attribute that says Data Entry? -- it would indicate the Form is for entering new data only. If so set it to Data Entry No, and see if that helps.

  7. #7
    Williams485 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2013
    Posts
    42
    Yes. Setting the Data Entry property to 'No' seems to have resolved it. However, the form now loads with values from the table, instead of what I want it to do (open blank for new data entry). How can I achieve this?

  8. #8
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    Well, I think that is what you had before and was the basis of your post.
    If you set the Form to DataEntry Yes, you will only see data as you enter new records.

    If you want 1 form to do Data Entry and 1 Form to show all the records in the table, I think you need
    a) 2 forms, or
    b) some vba code to change from DataEntry Yes to DataEntry NO.

    But you have to be clear on WHAT exactly you want. I think your original Form work the way you want, but you weren't aware of the DataEntry property.

  9. #9
    Williams485 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2013
    Posts
    42
    Thanks for your input; my form now does what I want it to because I have both the DataEntry and AllowAdditions properties to Yes. The desired result is that my form now opens with all controls visible and allows input of new data.

    I don't quite understand how changing these properties made the form controls visible (as opposed to what is shown in the 'form view' jpg above), as was the basis of my original post - albeit my use of the word 'blank' perhaps mean empty form controls, rather than no form controls. However, my form now works as intended.

    Thanks

  10. #10
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847

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

Similar Threads

  1. Combo Box showing Blank Values
    By glen in forum Access
    Replies: 5
    Last Post: 11-24-2012, 09:44 AM
  2. HTML Controls on Popup Form
    By kelann in forum Forms
    Replies: 4
    Last Post: 11-01-2012, 09:29 AM
  3. Replies: 1
    Last Post: 07-13-2012, 09:13 AM
  4. Multiple image controls isn't showing
    By Jamy in forum Reports
    Replies: 0
    Last Post: 02-23-2010, 04:55 AM
  5. Controls go blank on empty query result
    By kevdfisch in forum Programming
    Replies: 4
    Last Post: 08-25-2009, 08:07 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