which event use ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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
 
Back
Top