template text in textbox

7anthala

Registered User.
Local time
Today, 12:54
Joined
Apr 7, 2014
Messages
41
i have a form that contains a combobox and textbox.
i want according to combobox choice a fixed template to be populated in the textbox and then can be edited (delete and add more text as needed) without changing the original template
 
I would use an if statement on the combo box after update event. I prefer to do it in vba but you could use the expression builder.
 
7anthala,

Perhaps you could tell us in plain English what you are trying to do. Even a sample with "made up" data might be helpful.
 

Users who are viewing this thread

Back
Top Bottom