http://support.microsoft.com/default...19&Product=xlw
HOWTO: Use ADO with Excel Data from Visual Basic or VBA
http://support.microsoft.com/default...b;EN-US;303814
HOWTO: Use ADOX with Excel Data from Visual Basic or VBA
http://support.microsoft.com/default...b;en-us;829070
How to use Visual Basic for Applications examples to control UserForms in
Microsoft Excel
http://support.microsoft.com/?id=168067
XL97: WE1163: "Visual Basic Examples for Controlling UserForms"
Microsoft(R) Visual Basic(R) for Applications Examples for Controlling
UserForms in Microsoft Excel 97
This Application Note is an introduction to manipulating UserForms in
Microsoft Excel 97. It includes examples and Microsoft Visual Basic for
Applications macros that show you how to take advantage of the capabilities
of UserForms and use each of the ActiveX controls that are available for
UserForms
http://www.microsoft.com/ExcelDev/Articles/sxs11pt1.htm
Lesson 11: Creating a Custom Form
Excerpted from Microsoft® Excel 97 Visual Basic® Step by Step.
http://support.microsoft.com/default.aspx?kbid=161514
XL97: How to Use a UserForm for Entering Data
http://support.microsoft.com/default.aspx?kbid=213749
XL2000: How to Use a UserForm for Entering Data
John Walkenbach's site:
http://j-walk.com/ss/excel/tips/userformtips.htm
Userform Tips
Peter Aiken Articles:
watch word wrap. the URL should all be one line.
Part I
http://msdn.microsoft.com/library/en...FormsPartI.asp
Part II
http://msdn.microsoft.com/library/en...ormsPartII.asp
--
Regards,
Tom Ogilvy
"Laslett" wrote in message
...
I have a userform with one drop down list and 1 text field. I want to use
the
entries in these fields to query a range of data and return the values to
the
same form of sub form how can I do this?