Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    LtdLUk is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    15
    Just tried that, not working, only when I press F5, it gets the data.

  2. #17
    LtdLUk is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    15
    Private Sub Form_Activate()
    Me.Requery
    End Sub

  3. #18
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Did you wait for the required time?

    Put a debug stop on the Me.Requery line and see if it is executing.

  4. #19
    LtdLUk is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    15
    Yes I did, I had put the timer on 30000 which is half a minute. how do I put a debut stop on the me.requery?

  5. #20
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    In the VBA editor, click on the left margin of the Me.Requery line, it will put a brown dot there. Then when the event runs it will stop there. The f5 will continue afterwards.

  6. #21
    LtdLUk is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    15
    weird, brown dot in place, but the refresh not happening

  7. #22
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Let's start again - form properties, OnTimer Event Procedure, timer interval 30000. Close the form, save it, reopen it.

  8. #23
    LtdLUk is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    15
    I've done that.

  9. #24
    LtdLUk is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    15
    LEts be clear that the form has a query on it;.. don't konw if it matters... perhaps we need to focus on the query instead the form?

  10. #25
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    If you hit f5 then it refreshes fine, so it isn't the query. I am running out of ideas!

  11. #26
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    I have looked on google but found nothing that jumps out, except if you are running any other code at the same time? Maybe post a small sample of your database.

  12. #27
    LtdLUk is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    15
    me too that's why I reached out to this forum.

  13. #28
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    If you can't post your db, then start a new thread for timer not working. Either that or go back to manual, where the user hits Refresh.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Combining queries to format data. (New to Access)
    By riverview_hgts in forum Access
    Replies: 1
    Last Post: 12-15-2014, 09:45 AM
  2. Combining Data from two tables
    By psulions83 in forum Queries
    Replies: 2
    Last Post: 12-05-2014, 02:40 PM
  3. Replies: 3
    Last Post: 08-18-2012, 03:25 AM
  4. Selective Data Entry in access 2010 Forms
    By Fabricio Sanches in forum Forms
    Replies: 3
    Last Post: 02-22-2012, 12:16 PM
  5. Replies: 4
    Last Post: 12-16-2009, 07: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