Ask a Question related to Microsoft Access, Design and Development.
-
Greg Doudna #1
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
-
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... -
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... -
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... -
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... -
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... -
John Vinson #2
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:
Is this on a Form? in a Table? in a text import?>I would like to seperate a text box that contains 2
>column into 2 seperate text boxes?
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



Reply With Quote

