Database Window Jumps to Tables when Running Code

  • Thread starter Thread starter Guest
  • Start date Start date
Jim Pockmire said:
I believe there is a way to suppress this behavior.

Could you describe what's going on in more detail? I've never noticed
any such phenomenon. Does it happen when you're running some particular
bit of code? If so, what is the code?
 
I have a "code" routine that loops through a recordset and utilizes various
tables and queries. The database window jumps from table to table (or query)
as it accesses it.
 
Jim Pockmire said:
I have a "code" routine that loops through a recordset and utilizes
various tables and queries. The database window jumps from table to
table (or query) as it accesses it.

I suspect your code is doing something it needn't -- possibly using the
SelectObject method. Please post the code.
 
Back
Top