473,396 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Large text boxes

I have a form where "notes" are entered on an individual.
Unfortunately, these notes are usually longer than the 255 characters
allowed in a single text box. To get around this, I have three note
boxes set up on the form (note1, note2, and note3). When one fills up,
the user can tab to the next one and continue typing. This works but
it is very cumbersome and sloppy. Is there an easier way?

Jan 20 '06 #1
7 2008
Ryker wrote:
I have a form where "notes" are entered on an individual.
Unfortunately, these notes are usually longer than the 255 characters
allowed in a single text box. To get around this, I have three note
boxes set up on the form (note1, note2, and note3). When one fills up,
the user can tab to the next one and continue typing. This works but
it is very cumbersome and sloppy. Is there an easier way?


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Use a Memo field instead of a Text field. A Memo field can hold about
65,000 characters. Note, that you can't GROUP BY a Memo field in a
query.
--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQ9FHhoechKqOuFEgEQJAggCg8MOFOJ1yR/aalwsjckXNgDPk0icAn3PR
aVm9gISUsi39p8xh0nqNevtb
=cC6+
-----END PGP SIGNATURE-----
Jan 20 '06 #2
BB
Change the field type from Text to Memo. That gives you room for about
32,000 characters.

Jan 20 '06 #3
Thanks, that works.

Is there a way to take the data that is in note1 note2 and note3 and
place it into the new memo field that I will be creating?

Jan 20 '06 #4
Thanks, that works. Now that I have my notes fragmented into other
note fields, is there a way to merge them into one memo field?

Jan 20 '06 #5
Assuming you tack on the memo field to the table with the three
existing 'note' fields, you can do:

UPDATE tblNotes SET tblNotes.MemoField=[note1] & " " & [note2] & " " &
[note3];

Jan 20 '06 #6
Thanks, I will give that a try.

Jan 20 '06 #7
On 20 Jan 2006 13:12:37 -0800, "Ryker" <ra*****@choctaw.org> wrote:
Thanks, that works.

Is there a way to take the data that is in note1 note2 and note3 and
place it into the new memo field that I will be creating?


Run a query and append the three note fields into the new memo field.
Also, the 65k character limit on memo fields only applies the amount
of characters you can actually type into a memo field. The actual
memo field in the table can hold MUCH more. Why this limit exists for
a text box bound to a memo field is a mystery.
Jan 20 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Frank | last post by:
I have a large form, that has text boxes of numbers in rows and columns. I need to sum the values in the columns, and put the total at the bottom of the column. But I also need to sum the values in...
7
by: Gertjan van Heijst | last post by:
Hi, I really hope someone can help me because I've already spend 2 days on this problem and I'm not getting anywhere. I think the problem is that I don't really understand how text boxes store...
2
by: John Kreps | last post by:
(acc 2002) I've got six unbound text boxes on a subform that has a white background. Each of those six boxes has an expression that when true, will change its background from white to another...
2
by: Gary | last post by:
Hello All, I have an editable data grid in my web form, this grid allows the user to add new records, edit existing records and also delete them. When a user adds a record the grid goes in to...
11
by: Edson Peacock | last post by:
I have a report with sub reports, one of the subreports have 12 text boxes that are 2" high and I want them all to grow if one goes to 3" high. If anyone has any suggestions they are very much...
6
by: BurntWithTime | last post by:
Hello everyone, Please can anyone tell me if it is possible for a VB.NET application to check a database and then create textboxes on a form that correspond to those records on the database? For...
6
by: =?Utf-8?B?Sm9obiBBdXN0aW4=?= | last post by:
I have an app that displays about 20 items of data in text boxes. Very occasionally I need to allow these to be used for data entry, but the bulk of the time they are solely for information. They...
2
by: Marks | last post by:
Need some help here, is there any way when you press return in large text boxes that it inserts a new paragraph/line, for some reason it tends just to go to the previous text box. I would prefer...
11
by: jwessner | last post by:
I have a form (Form1) which contains basic Project data and a subform listing the personnel assigned to the Project as a continuous form. Selecting a person on that project and clicking on a command...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.