Results 1 to 5 of 5
  1. #1
    Paul H's Avatar
    Paul H is offline Expert
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Location
    Richmond, VA
    Posts
    591

    Angry Continuous Form Part 3

    A funny thing happened on the way to release this very simple application. I've posted on these forms twice before and thought I had them working as I intended, but my internal client took the database out to a satellite location for data entry training and as I said, something funny happen. The form we are concerned with is frmTLFB. The combo box, cboClientID, drives the data displayed in the form. For almost every client, the data displays exactly as intended, but I have two examples where the form displays no data for the selected client. What's more, by hitting F5 the form refreshes and shows the related data. I have no idea why these two clients records fail to display and all the other records do. I am attaching a copy of the front and back end. All data has been anonymized.

    The two samples in question are Susan Brown and Glen Watts .



    PSH Outcomes FrontEnd v0.1.zip

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,930
    the data is there - you just need to scroll up. The reason it appears blank is because it goes to the new record row at the end. All the other clients have a lower number of records so will display on a full screen.

    If you reduce the form height, you will see the effect for other clients

  3. #3
    Paul H's Avatar
    Paul H is offline Expert
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Location
    Richmond, VA
    Posts
    591
    I'm wondering, without too much trouble, would it be possible to have the screen like this.

    Click image for larger version. 

Name:	Susan Brown.JPG 
Views:	14 
Size:	117.1 KB 
ID:	28124


    instead of like this?

    Click image for larger version. 

Name:	Susan Brown2.JPG 
Views:	14 
Size:	28.9 KB 
ID:	28125

    Because I have to tell you this fooled several people, including me. If it's more complicated than it's worth, then scrolling up and down is not a problem and thank you for pointing out the obvious.

  4. #4
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,930
    yes - just take out the line

    DoCmd.GoToRecord acDataForm, "frmtlfb", acNewRec

    in your combo after update event

  5. #5
    Paul H's Avatar
    Paul H is offline Expert
    Windows XP Access 2010 32bit
    Join Date
    Sep 2011
    Location
    Richmond, VA
    Posts
    591
    OK, thanks.

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

Similar Threads

  1. Continuous Form Woes Part 2
    By Paul H in forum Forms
    Replies: 3
    Last Post: 03-16-2017, 11:56 AM
  2. Replies: 1
    Last Post: 04-09-2015, 05:13 PM
  3. Have a form appear in a certain part of the screen
    By GeorgeJ in forum Programming
    Replies: 5
    Last Post: 02-13-2015, 02:05 PM
  4. Replies: 2
    Last Post: 01-01-2014, 02:10 PM
  5. How Can export Large table part by part
    By shabar in forum Import/Export Data
    Replies: 2
    Last Post: 02-04-2013, 06:29 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