disappearing access windows

  • Thread starter Thread starter prichehr
  • Start date Start date
P

prichehr

hello
i started using microsoft access a month ago,
and i have made a database. now, i like to disappear
all access windows, except for the data entry forms,
to stop the people who enter data from making mistakes.
what can i do?

thanks in advance!

prichehr
 
Users will still enter data incorrectly with forms unless you have built-in
some defaults, error checking, among other coding. However, you can convert
your mdb file into an mde. Be sure to save the mdb file in a safe place and
NEVER, NEVER delete it. This is your MASTER. The mde will prevent users from
opening the database window. Before converting you mdb to this file format,
be sure to read Microsoft's Knowledge Base article on what you can and
cannot do with mde's.
http://msdn.microsoft.com/library/d.../en-us/off2000/html/acconAboutMDEADEFiles.asp
 
Back
Top