G
Guest
I'm trying to create a method for the user to create a reporting chain for
particular clients. I create a list of reports and/or queries that the user
wants to execute if a client is selected, storing in a table called
"auto_outputs" the following:
ID (really not needed, but what the heck?)
Client ID
Output Type (Q or R...used to choose the proper VBA code lines to execute)
Object ID (from MSysObjects)
Order (order of execution)
The system seems to run OK for 1 day of development work, but I'm suspecting
that the MSysObjects.ID field doesn't stay static if I make a modification to
an object. If this is the case, what could I use to permanently refer to a
query or report in a system such as this (seeing as the names could easily be
changed)?
TIA
particular clients. I create a list of reports and/or queries that the user
wants to execute if a client is selected, storing in a table called
"auto_outputs" the following:
ID (really not needed, but what the heck?)
Client ID
Output Type (Q or R...used to choose the proper VBA code lines to execute)
Object ID (from MSysObjects)
Order (order of execution)
The system seems to run OK for 1 day of development work, but I'm suspecting
that the MSysObjects.ID field doesn't stay static if I make a modification to
an object. If this is the case, what could I use to permanently refer to a
query or report in a system such as this (seeing as the names could easily be
changed)?
TIA