dbTalk Databases Forums  

Can MS-Access queries join against a VBA function that returns a Recordset?

comp.database.ms-access comp.database.ms-access


Discuss Can MS-Access queries join against a VBA function that returns a Recordset? in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
broadmana@hotmail.com
 
Posts: n/a

Default Can MS-Access queries join against a VBA function that returns a Recordset? - 06-06-2005 , 11:20 PM






I'm coming from a MS-SQL Server background, and I'm accustomed to
writing stored procedures that mix programming logic and SELECT
statements to create a final recordset which is the return value of
the stored procedure. I often write queries that JOIN against the
stored procedure name, as if the stored procedure were a table.

Is there anyway to simulate this same thing in Access 2003? Can a VBA
function return a DAO Recordset and can my Access query then refer to
that VBA function by name in a JOIN?

Thanks,

Allen

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.