|
|
FAQ
Search
Memberlist
Usergroups
Register
Profile
Private messages
Log in
|
|
| Author |
Message |
BNS6 Guest
|
Posted: Sun Sep 09, 2007 12:01 am Post subject: Fields |
|
|
I constructed a database with seven fields; one particular field called
"description" allows 255 characters to be typed and displayed. However, after
saving the record or going to a previous filed, the "description" field
containing the latest information will lose some words-even a complete
sentence will disappear sometimes.
Does anyone have any suggestions?
BNS6 |
|
| Back to top |
|
 |
|
|
Cerebrus Guest
|
Posted: Mon Sep 10, 2007 10:02 pm Post subject: Re: Fields |
|
|
On Sep 9, 4:46 am, BNS6 <B...@discussions.microsoft.com> wrote:
| Quote: | I constructed a database with seven fields; one particular field called
"description" allows 255 characters to be typed and displayed. However, after
saving the record or going to a previous filed, the "description" field
containing the latest information will lose some words-even a complete
sentence will disappear sometimes.
Does anyone have any suggestions?
BNS6
|
Disappear ? Is it because the field size is too small for the data
entered ? In that case, you can use a Memo field. |
|
| Back to top |
|
 |
Robert Williams [CertGuar Guest
|
Posted: Tue Sep 11, 2007 2:34 am Post subject: Re: Fields |
|
|
"Cerebrus" <zorg007@sify.com> wrote in message
news:1189443721.457604.301530@57g2000hsv.googlegroups.com...
| Quote: | On Sep 9, 4:46 am, BNS6 <B...@discussions.microsoft.com> wrote:
I constructed a database with seven fields; one particular field called
"description" allows 255 characters to be typed and displayed. However, after
saving the record or going to a previous filed, the "description" field
containing the latest information will lose some words-even a complete
sentence will disappear sometimes.
Does anyone have any suggestions?
BNS6
Disappear ? Is it because the field size is too small for the data
entered ? In that case, you can use a Memo field.
That's what I thought at first, but doesn't the user get an error if the data |
doesn't fit? I've never just seen it truncate the data, unless there is a data
conversion being made with improper data in the records.
I have a feeling the user may be viewing the physical cell and the cell is not
expanded to show the full contents. It's not that the data is disappearing, it's
just being hidden by the size of the cell.
If that's the case, no worries, the data is still there. If you want to see the
entire contents of the cell, mouseover the field name, move your mouse to the
right edge of that field name until you see the little 'sizing arrows' then
double click.
--
CertGuard |
|
| Back to top |
|
 |
|
|