H
Hugh Welford
Hi
Using ACCESS 2000 trying to populate a report field with various text
depending on conditions. Building up the variable according to the
conditions in the manner thetext = "blob_1 & "blob_n" etc where the blobs
are lines of text
I need a new paragraph between the lines. Have tried thetext = "blob_1" &
vbCrLf & "blob_n" but it just prints out the & vbCrLf - what am I doing
wrong?
Also, is it possible by code to tell some of the text to print in bold
Thanks Hugh
Using ACCESS 2000 trying to populate a report field with various text
depending on conditions. Building up the variable according to the
conditions in the manner thetext = "blob_1 & "blob_n" etc where the blobs
are lines of text
I need a new paragraph between the lines. Have tried thetext = "blob_1" &
vbCrLf & "blob_n" but it just prints out the & vbCrLf - what am I doing
wrong?
Also, is it possible by code to tell some of the text to print in bold
Thanks Hugh