Results 1 to 5 of 5
  1. #1
    martingaleh is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    22

    Form refresh is unbelievably show

    Click image for larger version. 

Name:	Clipboard01.jpg 
Views:	13 
Size:	64.5 KB 
ID:	22338
    I have a subform and I highlight the active record by making a textbox behind all the controls and setting it equal to a textbox on the parent form which itself is equal to the value of the subform. Then I use conditional formatting to format it so only the textbox behind the active record is highlighted
    http://answers.microsoft.com/en-us/o...ebcab84?auth=1

    In 2010, you have to also do form.refresh for the textbox color to change when the conditional formatting is fulfilled and this color change is dog slow. Like dial up modem speed slow. Google delivers results to my computer from a data center in Kansas City faster than access makes one text box blue. Can this really be true? I'm on a pretty fast computer, like an i7. I don't play games on it, but it delivers the late show with stephen colbert at a legitimate speed. Maybe I've got to refresh only the text box. I don't know, it's a big mystery. Is there a way to speed it up?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I very much doubt it.

    But why a form/subform? Unless the main form is bound and subform is linked to main form, this could be a single form in Continuous view with the search controls in form Header section.
    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.

  3. #3
    martingaleh is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    22
    It's just aesthetics. If I didn't have that large listbox on the side for child item manipulations, It could have all been on one form.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Does listbox need to be that large? What is its purpose?

    Even the listbox could be in form header.
    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.

  5. #5
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,932
    rather than messing around with updating your main form etc. which is going round the houses and taking the time - try this

    1. make your conditional textbox unbound
    2. change the condition for the back color to be Field Value Is...equal to...[haskins]
    3. in the subform current event put
    conditionaltextbox=haskins

    I'm assuming haskins is the unique id for the row and you'll need to use the correct name for your conditional textbox

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

Similar Threads

  1. Replies: 6
    Last Post: 01-06-2015, 12:37 PM
  2. Replies: 4
    Last Post: 10-09-2014, 07:09 PM
  3. Refresh Linked Sharepoint List to Show New Records
    By gopherking in forum Programming
    Replies: 1
    Last Post: 03-21-2012, 07:59 AM
  4. Access 2010 Refresh VS Refresh ALL
    By Snwboarder1982 in forum Access
    Replies: 1
    Last Post: 09-09-2011, 04:07 PM
  5. refresh a form
    By RedGoneWILD in forum Forms
    Replies: 18
    Last Post: 09-03-2010, 08:31 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