Ok John, first it is an (.mdb), I opened the table and this is what it shows
upper left hand corner "Products: Table"
there are three columns
Field Name Data Type Description
ProductID AutoNumber
ProductName Text
Notes Memo
CategoryID Number
SerialNumber Text
UnitPrice Currency
ReorderLevel Number
Discontinued Yes/No
LeadTime Text
all rows under the column Descripotion are empty
at the bottom of this table are two more tabs that read
General & Lookup
I am sure you know that under each Field name is a new set of variables (for
a lack of a better word) if you let me know which field name you need this
information for I will supply it for you, in the same manner I supplied the
above info.
And you're trying to put more than 255 bytes into the field named Notes?
Select the Notes field and look at the properties in the lower left of the
screen. If you have *anything* in the format property, remove it.
Now try opening the table (not the "notes page" but the table). Try typing
some text (more than 255 bytes) into the Notes field and then move off that
record. Does it accept the data?
If that works, then please describe again your previous post about a "page".
What I was recommending is that you use an access Form based on your table,
with a Textbox control on the form with its Control Source property set to
Notes. If you have that and it's still not working, be sure that the Format
property of the textbox is blank.
I'd be willing to give you some (brief, preferably) offline help; contact me
at jvinson <at> wysard of info <dot> com if you are still having trouble, and
we can set up an interactive session.