|
-
Mar 29th, 2000, 01:58 AM
#1
Thread Starter
Addicted Member
I am trying to write a function that will return a recordset:
Property Get QueryResult() As Recordset
Dim ado as New Recordset
'Other declarations and execution of the query here
QueryResult = ado
End Property
The line 'QueryResult = ado' gives me an error: 'Inalid use of Property'. Can someone tell me how I can pass this recordset as a variable ?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|