I
iez44
Overview:
My database has many users who input data throughout the day. The database
can become corrupted if someone attempts to add data at the same time I'm
making design changes. The compact/repair utility in most cases doesn't
work, so the database must be restored with a backup copy. Although the
files are backed up every morning and afternoon, information can be lost and
must be re-entered.
To prevent this from happening, how can I deny access (pun intended!) to the
database when this design work is being done? I'm guessing it's going to
take VBA code to accomplish this.
Is it also possible to have a pop-up message appear to notify the user that
the database is under construction and is not available?
Thanks, Jim
My database has many users who input data throughout the day. The database
can become corrupted if someone attempts to add data at the same time I'm
making design changes. The compact/repair utility in most cases doesn't
work, so the database must be restored with a backup copy. Although the
files are backed up every morning and afternoon, information can be lost and
must be re-entered.
To prevent this from happening, how can I deny access (pun intended!) to the
database when this design work is being done? I'm guessing it's going to
take VBA code to accomplish this.
Is it also possible to have a pop-up message appear to notify the user that
the database is under construction and is not available?
Thanks, Jim