Search results

  1. 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...
  2. 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