Database Window Jumps to Tables when Running Code

D

Dirk Goldgar

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?
 
J

Jim Pockmire

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.
 
D

Dirk Goldgar

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.
 
Top