Popup Massage Windows

  • Thread starter Thread starter shital
  • Start date Start date
S

shital

I have a field like Name of Company, name of Party, add1,
add2, add3, City, Pin, Off.Tel1, Off.Tel2, Fax, Res.Tel1,
Mobile, E-mail.

Is there any way can I type name of party it should
display all information of that party. & It is possible
that if I press say Example "A" it should display a list
of all party starting with "A" and I can select the party
and should display in Massage windows party name, Company
name, address telephone no., with ok button.
Shital
 
You can do something similar with a userform.

A combobox has the ability to match names as you type - however, it doesn't
remove entries - but scrolls to that entry. As far as showing the
information, once a unique row is selected, you would just use the event
code of the control to populate the values in additional controls on the
userform.
 

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