Lets say you have a requirement in which you want to show
multiple tabs on a lookup form. For example, you have a field in which you want your user to either select a customer or vendor from a lookup then this could be the best option to show multiple tabs and let user select either customer or vendor.
Following are the steps to get this done.
* Create a new form "LookupForm" with multiple tabs on it.
* The FormHelp property of the EDT should be set to the form you just created "LookupForm".
Its all done!!! this is how lookup will look like
 |
Multi tab lookup |