I am trying to create an outlook email using MS Access 2003. In the body of the email I am trying to print values from a a table or query. For example if I have a table that has 3 rows of data such as:
Field1 Field2 Field3
abc abc abc
ab2 ab2 ab2
123 123 123
I want to print the rows in the...