|
-
August 8th, 2000, 06:59 AM
#1
Functions -> return values
Is this a valid code:
public Function FindIt(strTableName as string, strCriteria as string, strSearch as string) as ADODB.Recordset
' some code ...
End Function
Is it possible to return a recordset from a function or even call another sub/function like :
call MySub(rs As ADODB.RecordSet)?
If yes, how ?!?
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
|