Adding a field to an existing table that has data

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

Guest

Is this as simple as the help feature and the Access Bible make it sound? Do
I just go to Design View and add the new field?
 
Yes . . . that's the best place to add it. You can also add it directly in
the table Datasheet view, but doing it this way doesn't allow you to set the
data type.

--
Brandon

==================
Presentations Direct - Binding Machines, Laminators and Paper Shredders
http://www.presentationsdirect.com
==================
 
Yes. If your database is split, then you need to make the change in the
backend mdb.

If you ever are uncertain about doing anything, just backup the file first.
If it doesn't turn out the way you like, you can always restore the backup.
 
Will this corupt any data in the table?

This table is populated from an 2nd database via a batch file that pulls the
data in. Will I need to update the batch file extract to pull in my new
field?
 
This table is populated from an 2nd database via a batch file that pulls the
data in. Will I need to update the batch file extract to pull in my new
field?

Probably. That depends entirely on the nature of the code run by the
batch file... which, of course, we cannot see.

John W. Vinson [MVP]
 

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