M
MyndPhlyp
It's probably and old chestnut, but I'll ask it anyway.
How can I call a VBA subroutine to retrieve rows for a report?
Here's the situation:
I'm working with a manufacturing Bill Of Material table. For any Item
Number, there could be multiple parents and/or multiple children. All my
attempts at building a recursive SELECT have failed and I'd like to write up
a routine in VBA to feed the report generating a fully-exploded Bill Of
Material.
So, where in the report properties does one reference a subroutine or
function to return rows and what is the syntax used? How do you specify the
various returned columns?
Or am I completely off my nut?
How can I call a VBA subroutine to retrieve rows for a report?
Here's the situation:
I'm working with a manufacturing Bill Of Material table. For any Item
Number, there could be multiple parents and/or multiple children. All my
attempts at building a recursive SELECT have failed and I'd like to write up
a routine in VBA to feed the report generating a fully-exploded Bill Of
Material.
So, where in the report properties does one reference a subroutine or
function to return rows and what is the syntax used? How do you specify the
various returned columns?
Or am I completely off my nut?