which event use ?

B

balu

i have an Unbound form with two text boxes and many command buttons on form
header
i would like the following ones
(1)as soon as the form opens an small diolog box (or an bound form )
asking the
user name and password to be displayd over the unbound form
(2) and both text boxes to be filled let say dates
unless both the user name & password & the text boxes not filled
the command buttons to be kept not visible
which event to attach please
balu
 
C

Carl Rapson

balu said:
i have an Unbound form with two text boxes and many command buttons on
form
header
i would like the following ones
(1)as soon as the form opens an small diolog box (or an bound form )
asking the
user name and password to be displayd over the unbound form
(2) and both text boxes to be filled let say dates
unless both the user name & password & the text boxes not filled
the command buttons to be kept not visible
which event to attach please
balu

Try the Form_Load event.

Carl Raposn
 
C

Carl Rapson

balu said:
i have an Unbound form with two text boxes and many command buttons on
form
header
i would like the following ones
(1)as soon as the form opens an small diolog box (or an bound form )
asking the
user name and password to be displayd over the unbound form
(2) and both text boxes to be filled let say dates
unless both the user name & password & the text boxes not filled
the command buttons to be kept not visible
which event to attach please
balu

Try the Form_Load event.

Carl Rapson
 

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

Top