Hey...I am an access developer...but not with a lot of experience with vba.
My database contains a tblMain which has a Comment field. This field is a memo type. I need to be able to replace various strings within the memo field for reporting. i.e. someone requests the search in the comment field for "process" or "technology" or "manager"...
I am using a QBF for the requested criteria to generate the report and would like to make the strings stand out in the report...i.e.
Replace(Reports!rpttest![OPEN1], Reports!rpttest!text3, StrConv(Reports!rpttest!text3, 1)) ...using uppercase in this instance (unless someone has a solution for bold or italic or?)...
I don't want to permanently change the tblMain.Comments field, so that the tblMain data will be unformatted for the next query/report.
Any ideas on how to use vba to handle mutliple instances of this replace function? and have it display in the report...
TiggerNYC
My database contains a tblMain which has a Comment field. This field is a memo type. I need to be able to replace various strings within the memo field for reporting. i.e. someone requests the search in the comment field for "process" or "technology" or "manager"...
I am using a QBF for the requested criteria to generate the report and would like to make the strings stand out in the report...i.e.
Replace(Reports!rpttest![OPEN1], Reports!rpttest!text3, StrConv(Reports!rpttest!text3, 1)) ...using uppercase in this instance (unless someone has a solution for bold or italic or?)...
I don't want to permanently change the tblMain.Comments field, so that the tblMain data will be unformatted for the next query/report.
Any ideas on how to use vba to handle mutliple instances of this replace function? and have it display in the report...
TiggerNYC
