Error Message

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

Hi all,

Is it possible to write a custom error messag? For
example, if a person clicks on a button w/o inputting data
in the required field, I want it to say "Please enter
<required field>!".

Thanks in advance!

larry
 
Along this line as well, how can I make it so that whenever
a user opens the database, the startup form I created and
all other forms are open in maximize mode? I made the
database open up in the form and avg user won't be able to
see the tables behinds it .. but for some reason, the forms
are opening up in different shape. Any help will be
greatly appreciated.

Thanks,
Larry
 
Go to the events for the startup form, select ON OPEN and
put in the code:
docmd.maximize

This will maximize the first form, after that all of them.

Elda
 
THANK YOU!!!!

It worked like magic :)
-----Original Message-----
Go to the events for the startup form, select ON OPEN and
put in the code:
docmd.maximize

This will maximize the first form, after that all of them.

Elda

.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top