Re: returning a Recordset from a function/Dll
> I would like to return to the calling function the resulting recordset.
> (the query will only result in 1 record)
> How do I return a recordset?
You need to return it as IDispatch if it is crossing process boundaries
(which it sounds like) and cast it as a Recordset where you plan on using
it.
.
Relevant Pages
- Re: Help with Microsoft help on linking Access to Outlook
... Tools - references - tick Microsoft Outlook object library. ... in the criteria cell in the graphical query builder. ... the same filtered recordset every time. ... normal form to allow the normal filtering process and viewing of the ... (microsoft.public.access.formscoding) - Re: Help with Microsoft help on linking Access to Outlook
... in the criteria cell in the graphical query builder. ... use as the source in the routine. ... the same filtered recordset every time. ... normal form to allow the normal filtering process and viewing of the ... (microsoft.public.access.formscoding) - Re: Help with Microsoft help on linking Access to Outlook
... and have the query point to the combo box to get its value. ... the same filtered recordset every time. ... choose themselves what fields to filter on. ... Set MyRS = MyDB.OpenRecordset" ... (microsoft.public.access.formscoding) - Re: Help with Microsoft help on linking Access to Outlook
... in the criteria cell in the graphical query builder. ... use as the source in the routine. ... the same filtered recordset every time. ... normal form to allow the normal filtering process and viewing of the ... (microsoft.public.access.formscoding) - Re: Help with Microsoft help on linking Access to Outlook
... in the criteria cell in the graphical query builder. ... use as the source in the routine. ... the same filtered recordset every time. ... choose themselves what fields to filter on. ... (microsoft.public.access.formscoding) |
|