N
nathan_savidge
Hi,
I am creating an automatic email to a variety of people with the results
from a record set.
I am currently coding as rst.fields("Date").value & vbTab &
rst.fields("Note").value & vbcrlf
This works fine, but i would like to add the results to a table for
neatness, similar to how i would in HTML. I don't know how to create a table
(not a database table) in access coding.
Can anyone help.
I am creating an automatic email to a variety of people with the results
from a record set.
I am currently coding as rst.fields("Date").value & vbTab &
rst.fields("Note").value & vbcrlf
This works fine, but i would like to add the results to a table for
neatness, similar to how i would in HTML. I don't know how to create a table
(not a database table) in access coding.
Can anyone help.