padlocked17
Registered User.
- Local time
- Today, 13:10
- Joined
- Aug 29, 2007
- Messages
- 275
Good Afternoon All,
I'm working on a database in A2003 that involved me allowing users to insert "Variables" or something similiar to Smarty tags in a Memo field that will be updated in a report with information in the database.
For example, the memo field would look like below:
%%FIRSTNAME%% received the Top Lobo award for class %%CLASS%%
%%FIRSTNAME%% would then be defined and would replace that entire phrase with the First Name of the individual the report is being generated for.
Any ideas on how I could go about this? I need to both find a certain string in a memo field and then replace it with that data in a recordset for the form.
Thanks!
I'm working on a database in A2003 that involved me allowing users to insert "Variables" or something similiar to Smarty tags in a Memo field that will be updated in a report with information in the database.
For example, the memo field would look like below:
%%FIRSTNAME%% received the Top Lobo award for class %%CLASS%%
%%FIRSTNAME%% would then be defined and would replace that entire phrase with the First Name of the individual the report is being generated for.
Any ideas on how I could go about this? I need to both find a certain string in a memo field and then replace it with that data in a recordset for the form.
Thanks!