G
Guest
I am writing a vba module which returns values of incorrect information in
data fields.
Due to the complexity of the analysis I couldn't do what I needed with a
simple query based report.
What is the best way to print the return values of the module?
Do I have an unbound text box in a report and set that equal to the variable
which was return from the module?
Can I simply print these values through vba without creating a report? If
so what would be the best way to accomplish this.
Basically I am checking data entry that is being done by my employees. I
would like to create a switchboard which will analyize the different forms
and make sure the data being entered in correctly. The data is being entered
into 3rd party software (Medisoft) so I cannot create error traps during the
data entry.
data fields.
Due to the complexity of the analysis I couldn't do what I needed with a
simple query based report.
What is the best way to print the return values of the module?
Do I have an unbound text box in a report and set that equal to the variable
which was return from the module?
Can I simply print these values through vba without creating a report? If
so what would be the best way to accomplish this.
Basically I am checking data entry that is being done by my employees. I
would like to create a switchboard which will analyize the different forms
and make sure the data being entered in correctly. The data is being entered
into 3rd party software (Medisoft) so I cannot create error traps during the
data entry.