I am working with an Access 2000 database that I did not create. The
original creator is not accessible. I am not an expert with access but not
bad either. My office skills, including MS, are on the high side. In any
case, do you have any suggestions on how to approach this problem when you
put in this situation?
this is such a vague question but what the hey, I'll give it a shot
do not badmouth the previous author
he could be a lot smarter than you and used shortcuts you have never
heard of
ask users what it does and how the database works
they know what the various buttons do and most of the time they where
the ones who asked for functionalities
analyze the database anyway you are acquainted to, use build in tools
or write it on a piece of paper, whatever
create a lot of copies, leave at least one of them untouched, no matter
what
take a look at the code, print it out if it is a lot
that way you get an oversight far more easier than with debugging
if it works, leave it be
access VBA is not that hard so you'll pick up easy if you already used
VBA for another office application
don't let your self be tempted to have an oversight of everything at
once
take a close look at the datatables and their relations, it's bindings
with forms and/or reports
therefor you can use name tracking or again whatever you are acustomed
with
then you can start to update parts by putting descriptions in the
fields that are to be used for it (if there isn't any info there yet
that is)
or create a document describing the workings of the database, a manual
is always a good idea
inserting comment in modules is another great help, what it does, what
parameters are required and off course what it gives back
and so on
grtz