P
Pete
I have almost gotten my fe switching to work correctly. However, I
apparently still have a table link open to the BE MDB. I have looped
through all forms and issued CLOSE commands for all forms.
When I attempt to copy the MDB file, to see if everything is
dosconnected, I get an "access denied" error.
Walking through startup code, I access a file to authenticate a user's
role, and I see the idb file present when I activate the code and the
idb file missing when I close the file. Once the User has been
autheniticated, I bring up another form which connects to two tables
and display varous information.
However, when I try to switch (First time), it will fail. All forms
have been closed and the idb file is still present. This causes the
"access denied" error and prevents the switching to occur.
Based on this, I am guessing that the system still thinks there is a
connection to the BD MDB. I am at a loss. Does anyone have some
ideas?
apparently still have a table link open to the BE MDB. I have looped
through all forms and issued CLOSE commands for all forms.
When I attempt to copy the MDB file, to see if everything is
dosconnected, I get an "access denied" error.
Walking through startup code, I access a file to authenticate a user's
role, and I see the idb file present when I activate the code and the
idb file missing when I close the file. Once the User has been
autheniticated, I bring up another form which connects to two tables
and display varous information.
However, when I try to switch (First time), it will fail. All forms
have been closed and the idb file is still present. This causes the
"access denied" error and prevents the switching to occur.
Based on this, I am guessing that the system still thinks there is a
connection to the BD MDB. I am at a loss. Does anyone have some
ideas?