Results 1 to 6 of 6
  1. #1
    JimO is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Dec 2015
    Posts
    126

    Problem writing code

    For some reason I am no longer getting the helper menu when I enter code, for example; I want to close the current form and type docmd. at this point I used to get a dropdown list of actions but now the list flashes open the closes and the docmd. turns red and I am left with no help. I have been able to type some code in say notepad and copy and paste but my knowledge of code limits me. It is a real pain to deal with. Any ideas how to get my helper menu to pop up again?

    Thanks


    Jim O

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,932
    sounds like you have a form timer event running somewhere. Do you have any forms open (not in design view?) whilst trying to edit the vba. or is this something specific to docmd?

  3. #3
    JimO is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Dec 2015
    Posts
    126
    I do have a form open with a clock timer running. Is their any workaround?

    Jim O

  4. #4
    JimO is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Dec 2015
    Posts
    126
    That is the issue. I turned off the clock and it all works now. I would like to have the clock run as well if it does not turn into a major issue.

    Jim O

  5. #5
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,932
    well it's causing problems at the moment. Depends on what you are trying to do. You could increase the timer interval or have the code triggered off a different event while testing. Or manually set the timer interval to 0 whilst writing code. But if this is supposed to be a way of working (developing code and running a timer event at the same time), you have a major issue

    Good luck with your project

  6. #6
    JimO is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    Dec 2015
    Posts
    126
    The clock is just something I was doing as a learning experience. I don't wright that much code so I guess I will turn it off as needed. It's another part of the learning curve.

    Thanks for your time and input.

    Jim O

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

Similar Threads

  1. Code writing
    By Obidombie in forum Forms
    Replies: 1
    Last Post: 02-11-2016, 04:11 AM
  2. Help Writing Date Change SQL Code
    By McArthurGDM in forum Programming
    Replies: 4
    Last Post: 06-30-2015, 01:36 PM
  3. help writing code that will update a table
    By 24t42 in forum Programming
    Replies: 1
    Last Post: 02-18-2015, 08:21 PM
  4. Help with writing code for "complex" problem
    By dutchman in forum Programming
    Replies: 2
    Last Post: 11-26-2014, 02:56 PM
  5. Writing code on the fly - TransferSpreadsheet
    By IanT in forum Import/Export Data
    Replies: 1
    Last Post: 05-24-2012, 08:28 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