View Single Post
  #1 (permalink)  
Old 05-05-2008, 01:23 PM
tstreeter tstreeter is offline
Junior Member
 
Join Date: Apr 2008
Posts: 6
Default Line Numbers in the Task Editor - don't synch in the replay window

Came across an issue with a creating a new task. (Access Queries)

I recorded the task and was in the process of running it through the first time. I needed to extend some of the time delays that are generated while the queries are being completed.

I was making some notations of what lines the delays need to occur based on the the line counter in the replay window.

When I went into the editor to make the changes. The line numbers do not match in the actual code. What is represeneted in the replay is prior to the actual event in the code.

Example:

Line 30 in the replay
is
Line 40 in the code
Reply With Quote