Access9001
Registered User.
- Local time
- Yesterday, 18:15
- Joined
- Feb 18, 2010
- Messages
- 268
I want to, from an SQL query, select something like:
myfunc(('1','5','7'))
and then have function myfunc(array()) be able to manipulate the passed array. Possible?
myfunc(('1','5','7'))
and then have function myfunc(array()) be able to manipulate the passed array. Possible?