ADO Jet Error: "Cannot open anymore databases"

L

Leo

I am having a problem with a relatively complex form I built for our quality
department. The form saves 10 calls to identically formatted tables: Due to
HR constraints, the fields are being saved more as data arrays housing a
single audit unit (with 10 units equaling a complete audit object) than as
normalized tables. This causes quite a few ADO calls to
Open.CurrentConnection, which I am sure is at the root of this.

Is there any way I can call the Open.CurrentConnection just once per form? I
have an idea to open a connection onCurrent, closing it onUnload.

Will this cause any issues with auditors moving from one audit object to
another?
 

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

Top