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.
 

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