Search button

  • Thread starter Thread starter Jessica
  • Start date Start date
J

Jessica

I have a search button on my form. Is there a way to
launch the search automatically whenever the form is open?

Assistance is appreciated.
 
You can take your code from the buttons Click() event and paste it directly
in to the Form_Load() event. This should accomplish what you are looking
for :)

HTH,

T.
 
Back
Top