Message 1 of 5
VB ADO controls in VBA

Not applicable
03-28-2001
06:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I try to write simple code that use Access database in Acad VBA using MS ADO
Data control and Data List control.
But I can't set RowSource property for Data List control because there is no
RowSource properties in Properties window.
Tried to set it in code with DataList1.RowSource="adodc1" but it didn't
work.
Any suggestion, please?
Data control and Data List control.
But I can't set RowSource property for Data List control because there is no
RowSource properties in Properties window.
Tried to set it in code with DataList1.RowSource="adodc1" but it didn't
work.
Any suggestion, please?