Multiple textboxes that submits to same field

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flashguy
    New Member
    • Jun 2007
    • 7

    Multiple textboxes that submits to same field

    In the form, i wanted to contain multiple textboxes that submits to the same field. However, when i start adding info to the text box, all other bounded textboxes for the same field will be mirrored.

    The Version is ACCESS 2000

    Is there any way around this?
  • JConsulting
    Recognized Expert Contributor
    • Apr 2007
    • 603

    #2
    Originally posted by flashguy
    In the form, i wanted to contain multiple textboxes that submits to the same field. However, when i start adding info to the text box, all other bounded textboxes for the same field will be mirrored.

    The Version is ACCESS 2000

    Is there any way around this?
    Not really. Think about what you're trying to do. You're on Record1 and trying to add to the same field multiple times. The only way to do that would be to gather all the text entries into one string then insert the data into the field. Otherwise, you need to either create separate fields in the record, or create separate records for each entry.

    J

    Comment

    Working...