How to Return DAO Query Results Directly to a List Box (149254)
The information in this article applies to:
- Microsoft Excel for Windows 95
- Microsoft Office for Windows 95 Professional edition
- Microsoft Access for Windows 95 7.0
This article was previously published under Q149254 SUMMARY
The following Microsoft Excel Visual Basic for Applications example returns
the results of a Data Access Object (DAO) query on an external database
directly to a list box.
REFERENCES
For additional information, click Microsoft Excel Help Topics on the Help
Menu, click the Index Tab and then search on the following keywords:
OpenDatabase
OpenRecordset
MoveLast
MoveFirst
GetRows
Recordcount
"Microsoft Excel Visual Basic Programmer's Guide," pages 235-253
"Developing Excel 95 Solutions with Visual Basic for Applications," by Eric
Wells, Microsoft Press, 1995, Chapter 7, pages 397-532
"Microsoft Jet Database Engine Programmer's Guide," by Dan Haught and Jim
Ferguson, Microsoft Press, 1995
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbProgramming KB149254 |
---|
|