User Profile

Collapse

Profile Sidebar

Collapse
Juan Plaza
Juan Plaza
Last Activity: Jun 21 '11, 11:54 AM
Joined: Jun 10 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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
    See more | Go to post

    Leave a comment:


  • NeoPa, thank you for your response. I will try it. I'll let you know how it goes.

    Juan
    See more | Go to post

    Leave 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 & "."
    Thank You

    Juan
    See more | Go to post
    Last edited by NeoPa; Jun 20 '11, 10:36 PM. Reason: Added mandatory CODE tags

    Leave 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

    Juan
    See more | Go to post

    Leave 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
    See more | Go to post
No activity results to display
Show More
Working...