I’m using an append query to generate an error report table based on various other queries.
Is there a way to incorporate in the Error Report Table text strings AND the data from the various queries?
For example … in the Error Report Table, I would like to have something like:
There are _____ Duplicate Products in the product table.
The ____, _____, and _____ are Reptiles and should not be in the Mammals table.
A syntax example would do wonders.
Thanks.
Is there a way to incorporate in the Error Report Table text strings AND the data from the various queries?
For example … in the Error Report Table, I would like to have something like:
There are _____ Duplicate Products in the product table.
The ____, _____, and _____ are Reptiles and should not be in the Mammals table.
A syntax example would do wonders.
Thanks.