Question!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm sorry that I may sound a little naive and generic, but I was hired to
take over a database administrator and he left without telling me about a
program he had developed.

He created an access database program that has an mbe extension. The user
enters data into a form that is passed through to other forms. Now, I'm
assuming the user mistyped something, and is now causing invalid argument
errors.

I guess my first question would be how would I be able to look at all files
of the mbe, since it's completely locked and I can't access them, and second
would be if you have any generic ideas as to what may be causing this
problem.
 
The mde file is a compiled version of the database and can't be edited (you
can't see the design of forms and modules, etc.). Look for a file with mdb
extension instead of mde.
 
Back
Top