Search results

  1. M

    Is there a timer to troubleshoot possible loop problem?

    Thanks for update. Happy to report the process finished the remaining 200,000 records within minutes not hours! Thank you!!!
  2. M

    Is there a timer to troubleshoot possible loop problem?

    Thanks for reply. Will update to amendments.
  3. M

    Is there a timer to troubleshoot possible loop problem?

    My goal is, foreach rstA record, determine whether rstA's product+site+yr record exist in rstB, if rstB rec is found, update the monthly percentage, otherwise, create the record. Do you see a conflict which prevents this from occurring?
  4. M

    Is there a timer to troubleshoot possible loop problem?

    I have VBA code in access 2007 that's been running unexpectedly over 24hrs. Whenever I issue 'ctrl+break' to check progress and step through code with F8 all appears well although msaccess reports it is 'not responding'. When I first saw the 'not responding' I stopped the app, checked the code...
  5. M

    Item not in collection when using field collection

    Yes, I am. I am deeply grateful for the help.
  6. M

    Item not in collection when using field collection

    Thanks for response. Given that its been nearly 10 years since last VBA project, I am surprised I have memories of anything.
  7. M

    Item not in collection when using field collection

    Greetings, need assistance understanding what I am doing to generate the above error using Access 2007. My goal is to cycle thru field collection of rstA which contains 79 fields. For each record in rstA, I want to create a new record in rstB using rstA.fields 0-19 plus 1 field beginning at...
Back
Top Bottom