Text Area Box

T

terry

I have set a text area box to let user input their comment
and store the result to the access database, but why the
system can only update the first line up to the first
carriage return?
 
J

Jeff

A regular txt box can only hold up to like 50 charactures. Try using a txt
area(the one with the scroller on the right). That sets as memo in the DB,
and can put mucho stuff there :)
Bam
 
J

Jim Buyens

What makes you think the second and all subsequent lines
are missing?

If you looked in Access datasheet view, that view displays
data up to the first line ending, even if additional data
is present in the database.

If you query the data by using the Database Results
Wizard, you should get all the characters that were
entered.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------


--Original Message-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top