G
GHawkins
I am working with some VBA code that I didn't write. Since upgrading to SQL
2005, something within the code isn't working exactly like it used to (big
surprise). We're running Access 2003 SP2.
When trying to debug the issue. I've noticed that if I put my breakpoint on
a certain line (let's say line 85) or before, the code works as expected
(more specifically, I'm trying to bookmark a new entry so that when the form
inserts the data and opens, it pulls up the newly added entry).
However, if I put the break on line 86 or after, the code doesn't work. My
bookmark is lost, and the first item is returned.
I have noticed that if I put the break on line 86 or after, and look for the
bookmark value in the Locals window, the value is not lost.
Does any of this make sense, or is it just a coincidence?
2005, something within the code isn't working exactly like it used to (big
surprise). We're running Access 2003 SP2.
When trying to debug the issue. I've noticed that if I put my breakpoint on
a certain line (let's say line 85) or before, the code works as expected
(more specifically, I'm trying to bookmark a new entry so that when the form
inserts the data and opens, it pulls up the newly added entry).
However, if I put the break on line 86 or after, the code doesn't work. My
bookmark is lost, and the first item is returned.
I have noticed that if I put the break on line 86 or after, and look for the
bookmark value in the Locals window, the value is not lost.
Does any of this make sense, or is it just a coincidence?