seperating columns in a text box into multiple text boxes?

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Re: seperating columns in a text box into multiple text boxes?

    Berney:

    You probably are better off doing this separating in the query data source
    for your form. You can use string commands to find which character position
    your comma separator is in, then use the Left$ and Right$ functions to
    separate the string into two separate pieces. These fields will be
    non-updateable.




    "berney" <bradford@shawgrp.com> wrote in message
    news:9b7901c34642$10d360a0$a401280a@phx.gbl...
    > I would like to seperate a text box that contains 2
    > column into 2 seperate text boxes?

    Greg Doudna Guest

  2. Similar Questions and Discussions

    1. Sizing text entry boxes on in-place editing of datagrid row with dynamically created columns
      Built a datagrid with dynamically created bound columns, andadded editing in-place, deletions and add-new features that workfine. One minor detail...
    2. Inserting Multiple Text Boxes?
      I have a form that has 5 text boxes. <cfinput type='text' name='pack_location1'> <cfinput type='text' name='pack_location2'> <cfinput...
    3. form: single line -- multiple text boxes -- one typing field - how?
      please excuse my ignorance. am a newbie. I saw a fillable form, that shows:- a single line with multiple text boxes for entering each letter of a...
    4. text boxes and columns
      Is it possible to split a text box into columns so that when the text gets to a certian height it wraps over to the next column? Also is there a...
    5. Hyperlink text issue, two text boxes, one disfuntional
      Hi, I have created a frame in director with two buttons and two text documents. When you click one button, you see a text document, when you click...
  3. #2

    Default Re: seperating columns in a text box into multiple text boxes?

    On Wed, 9 Jul 2003 10:46:46 -0700, "berney" <bradford@shawgrp.com>
    wrote:
    >I would like to seperate a text box that contains 2
    >column into 2 seperate text boxes?
    Is this on a Form? in a Table? in a text import?

    How are the columns defined? By a delimiter, such as a commma or
    space; or by a column count?

    What's the underlying table structure?

    John W. Vinson[MVP]
    Come for live chats every Tuesday and Thursday
    [url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
    John Vinson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139