archer2002
Programmer
Hi there.
I'm fresh with MS Jet SQL, so I have the question.
I need to implement something like STORED procedure in Access and suppose to do that using VBA functoin in SELECT/INSERT statements. But. It is easy to make function which returns ONE value, is that possible to make the function wich return all RecrdSet and use it from SELECT statement, like:
SELECT sp_AllCustomersWhereSomeConditionsAreTrue(ConditionOne, ConditionTwo, ConditoinTree,...);
and have the numerous records as the result of SELECT execution.
I'm fresh with MS Jet SQL, so I have the question.
I need to implement something like STORED procedure in Access and suppose to do that using VBA functoin in SELECT/INSERT statements. But. It is easy to make function which returns ONE value, is that possible to make the function wich return all RecrdSet and use it from SELECT statement, like:
SELECT sp_AllCustomersWhereSomeConditionsAreTrue(ConditionOne, ConditionTwo, ConditoinTree,...);
and have the numerous records as the result of SELECT execution.