Having another column

L

Link

I am creating a table, the heading are FIELD NAME - DATA TYPE - FIELD SIZE -
DESCRIPTION. My problem is the table have everything except the field size.
How can I add another column for the field size or do I have to put the
field size in data type.
 
J

John W. Vinson

I am creating a table, the heading are FIELD NAME - DATA TYPE - FIELD SIZE -
DESCRIPTION. My problem is the table have everything except the field size.
How can I add another column for the field size or do I have to put the
field size in data type.

The field size is only applicable to certain datatypes: a Date is always a
double float number, for example.

You can set the size of Text or Number fields by selecting the field in the
table design grid and changing it in the field properties in the lower left
corner.
 

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