Make-New Table Query Set Default Values FieldName

  • Thread starter Thread starter rebelscum0000
  • Start date Start date
R

rebelscum0000

Hi Again,

Is Possible to a Make-New Table Query and set the Default Value to
"something" of each FieldName in One Step?

If yes How?

TIA

Regards
Antonio Macias
 
No.

Create a new table with the fields and their properties set up the way you
want. Then use an Append query to add records to this table, instead of a
Make Table query.

If you need to remove the records again before you use the table again, use
a Delete query to do that.
 
Back
Top