How to adjust physical lengths of fields

W

WLMPilot

I am new to the 2007 version of Access. I have a table with three fields:
ID#, Last Name, and First Name.

When I am in the Design View and added all the fields and their captions,
each box outline is the same length. The current layout is a vertical
alignment for each box such as this:
ID# ____________________________
Last Name ____________________________
First Name ____________________________

I went to adjust the physical length of the ID# field and the other two
shortened at the same time. I only need a box big enough for 4 digits for
the ID# but as it stands, I could probably fit 30 digits.

How can I adjust the size of each box individually?

Thanks,
Les
 
J

Jeff Boyce

Hold on, there! What difference does it make how much room the table
definition/design view gives you?

If you aren't doing so already, start using Access forms (rather than
working directly in/on the tables).

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
W

Wayne-I-M

Hi
Open the table in design view
Select the field
Input 4 into the Field Size row

Or - limit the number of digits
Input this into the Input Mask row
AAAA;;_

There are MANY question about input mask for Name - I tend not to use them
for lots of reason eg
MacAlpin
Mcapline
MaCalpine
MACAlpine
Mapline
etc
etc
etc


HTH
 
D

Daryl S

WLMPilot -

In Access 2007, the fields in design view automatically are grouped
together. If you ungroup them, then you can change the display size of each
field individually.
 
W

WLMPilot

How do I ungroup them? I have searched the options available and the closes
thing I can find is UNBOUND.
 
D

Daryl S

While on the form in design mode, click on the Arrange Tab and click on the
Remove button.
 

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