HOWTO: RDO Prepared Statements/Search Crit. to Fill Listbox (142836)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
This article was previously published under Q142836 SUMMARY
RDO does not have a FindFirst or a Seek method. This sample uses an RDO
prepared statement to provide this kind of functionality. The code included
below allows the user to type in search criteria in a text box, click a
command button and the list box will be filled with any records that
satisfy the search criteria. You may also want to use a stored procedure
once you know that your query is working the way that you want it to. Keep
in mind that RDO is available in Visual Basic 4.0 32-bit and Visual Basic
5.0 Enterprise editions only.
Modification Type: | Major | Last Reviewed: | 5/7/2003 |
---|
Keywords: | kbhowto KB142836 |
---|
|