cell in Access table wont expand

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am compiling a database which has a cell for telephone numbers. I cannot
add long foreign numbers, as it won't type the last two digits?
 
Access tables are not spreadsheets, and they do not have cells - don't
be fooled by what you see in datasheet view. Access tables contain
records made up of fields.
Each field has a set of properties. The two properties pertaining to
your problem are Data Type and Field Size; apparently your field is type
Text (correctly), and its Field Size is set to two less than you need.
Open the table in design view, set the field size property to a bigger
number and your problem will be solved.

HTH,
Nikos
 

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

Back
Top