0
I was just debugging a macro in MS Access, and when it hit the breakpoint ran a query and I copied the data from it to the clipboard. Some of the values were null before stepping to the next step, then I ran the next step which ran a query which changed the data I had on the clipboard. I then pasted the data and the values that were null before had been changed by the query...leading to a rather large WTF on my part when I pasted the data.
So my question is, does MSAccess update the data on the clipboard when it changes in the database? That's the only explanation I have for what occurred there.
Are you copying the data to the clipboard as part of the macro, or are you using the GUI after the macro is done running? – Kasius – 2012-09-25T19:15:55.717
The latter I'm using the GUI after I take another step in the macro. – leeand00 – 2012-09-25T20:16:41.500