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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top