restrict field size in make table query

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

Guest

How can I set the field size at the time I do a make table query, not after
the table is made?
 
Dear Sierra:

Maketable queries give you very little control. This is one of the things
they don't do.

Most advanced developers do not use maketable queries at all.

Create the table the way you want it. Clear out any previous contents.
Then use an append query. That gives you control.

Tom Ellison
 
Understood, thanks!

Tom Ellison said:
Dear Sierra:

Maketable queries give you very little control. This is one of the things
they don't do.

Most advanced developers do not use maketable queries at all.

Create the table the way you want it. Clear out any previous contents.
Then use an append query. That gives you control.

Tom Ellison
 
Back
Top