I am trying get everything to populate in the bound field in paragraph form. Your code works perfect except for the vbNewLine. I erased it and it gave me exactly what I was looking for.
Thank You
Juan
User Profile
Collapse
-
NeoPa, thank you for your response. I will try it. I'll let you know how it goes.
JuanLeave a comment:
-
NeoPa, I am sorry if I was vague. I am just try get the user to make a paragraph in a bound field of a main form from template choices in a subform.
In the click event on the unbound subform,I included:
Code:variable=nz(Forms![mainform].form.bound field.value) Forms![main form].form.bound field.value= variable & chr(13) & Me![selected field in the subform].value & "."
JuanLeave a comment:
-
Jpatchak, thank you for your insight. I crossed the first hurdle which was getting the subform options recorded in the bound text box of the main form. The problem I have now is that it only records a single option. If the user picks a second option it replaces what it had recorded previously. I need it to record all the options the user picks in the text box.
Thank You
JuanLeave a comment:
-
Copy from a subform to a text field in the main form
I set up an unbound subform on a main form. I need the user to be able to choose items from the sub-form and have them populate in a bound text field in the main form in paragraph style.
The sub-form is kind of like a template the user uses to document in paragraph form.
I am a bit of a novice. I would appreciate any help.
Thank You
Juan
No activity results to display
Show More
Leave a comment: