Now I've been working on this probelm for about 3 hours and can't find out how to solve it (ACCESS 2000) :
A table contains a field which holds the information that
this record is terminated and won't allow any changes being
saved to database.
problem 1 : I don't see how this field interacts with the
database and/or table but all the records which have this field set are blocked from being saved.
problem 2 : on creating a new record with the current record
being a "terminated" one, somehow the new record can't be saved too:
DoCmd.RunCommand acCmdSaveRecord
will give an error-message saying "service currently not
available" (very "free" translation).
Anyone out there has an idea this can be set or manipulated.
Any suggestions welcome.
thanks in advance
A table contains a field which holds the information that
this record is terminated and won't allow any changes being
saved to database.
problem 1 : I don't see how this field interacts with the
database and/or table but all the records which have this field set are blocked from being saved.
problem 2 : on creating a new record with the current record
being a "terminated" one, somehow the new record can't be saved too:
DoCmd.RunCommand acCmdSaveRecord
will give an error-message saying "service currently not
available" (very "free" translation).
Anyone out there has an idea this can be set or manipulated.
Any suggestions welcome.
thanks in advance