TrajanCarnage
New member
- Local time
- Today, 11:49
- Joined
- Nov 20, 2006
- Messages
- 3
HI All:
Just a question:
I have a listing of file paths in a listbox - this is my recordset. How do I open this recordset? I realize I have to specify a source for this recordset - how do I tell the computer that my recordset is in my listbox? Online help indicates that the source should generally be a query or table - but the recordset doesn't reside in a table or query - only in the listbox!
Example: rst1.Open (source), (connection)
Any help would be appreciated. Thx.
Cheers,
Andrew
Just a question:
I have a listing of file paths in a listbox - this is my recordset. How do I open this recordset? I realize I have to specify a source for this recordset - how do I tell the computer that my recordset is in my listbox? Online help indicates that the source should generally be a query or table - but the recordset doesn't reside in a table or query - only in the listbox!
Example: rst1.Open (source), (connection)
Any help would be appreciated. Thx.
Cheers,
Andrew