N
NetworkTrade
to solve a need I have 3 queries
first query finds the range of data from date values in an open Form
refering to Table 1
second query contains the first query linked to a Table 2 using an outerjoin
to define which data to find in that table
the third query is a group/sum task of the data contained in the second query
Its logical, each step can be troubleshoot/debugged separately, and it works
fine...I easily sequenced these 3 queries with a macro...triggered when the
user presses a button.
Works great, troubleshoots easy, but have been reading a post with several
MVPers stating that any developer that uses a macro should be fired...
I know there are alot of reasons not to use a macro and I know I could
string these queries together with VBA. But it seems to me a macro is very
simple, organized, and particularly quick/useful for reuse in these
situations. Copying/reusing VBA isn't particularly more elegant.... Since
when has the use of macros become cause to fire a developer...what gives?
first query finds the range of data from date values in an open Form
refering to Table 1
second query contains the first query linked to a Table 2 using an outerjoin
to define which data to find in that table
the third query is a group/sum task of the data contained in the second query
Its logical, each step can be troubleshoot/debugged separately, and it works
fine...I easily sequenced these 3 queries with a macro...triggered when the
user presses a button.
Works great, troubleshoots easy, but have been reading a post with several
MVPers stating that any developer that uses a macro should be fired...
I know there are alot of reasons not to use a macro and I know I could
string these queries together with VBA. But it seems to me a macro is very
simple, organized, and particularly quick/useful for reuse in these
situations. Copying/reusing VBA isn't particularly more elegant.... Since
when has the use of macros become cause to fire a developer...what gives?