K
Ken
I have a large database with a number of modules. Most of my functions have
some type of error messages that get outputted when I check the data.
I have a call to add the error to a table. I would like each call to have a
unique id within each function.
I have been trying to find code that could find the call in a function and
then edit the id.
My call has the format of :
Call AddErrorToTable KeyID, "<FunctionName>_01", <table>, <field>, <input
form>, <Error String>)
Is there a way to have VB code go through all the modules look for the call
and than update the function name and error number?
Thanks.
some type of error messages that get outputted when I check the data.
I have a call to add the error to a table. I would like each call to have a
unique id within each function.
I have been trying to find code that could find the call in a function and
then edit the id.
My call has the format of :
Call AddErrorToTable KeyID, "<FunctionName>_01", <table>, <field>, <input
form>, <Error String>)
Is there a way to have VB code go through all the modules look for the call
and than update the function name and error number?
Thanks.