Hi Guys,
I'm hoping someone can put me in the right direction. I have a C# app that uses access as the DB. I have some vba code that will create a table and populate it with some data. I now need a way to call the function and select from the new table externally.
I'm still relativly new to programming in vba but as far as I know you can't call a vba functional from outside the database. What I'm hoping for is some way I can select all from the function and have the function return a table, the same as table valued functions in MSSQL. e.g. SELECT * FROM myFunction()
Is this possible in assess? what would I need to do to my function to have it populate and return a table? I'm not trying to be spoon feed here, i'm just a little lost for direction. If someone can point me the right way i'm happy to do more resarch myself.
Thanks
rgds
Tim
I'm hoping someone can put me in the right direction. I have a C# app that uses access as the DB. I have some vba code that will create a table and populate it with some data. I now need a way to call the function and select from the new table externally.
I'm still relativly new to programming in vba but as far as I know you can't call a vba functional from outside the database. What I'm hoping for is some way I can select all from the function and have the function return a table, the same as table valued functions in MSSQL. e.g. SELECT * FROM myFunction()
Is this possible in assess? what would I need to do to my function to have it populate and return a table? I'm not trying to be spoon feed here, i'm just a little lost for direction. If someone can point me the right way i'm happy to do more resarch myself.
Thanks
rgds
Tim