populating a new field in a table

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

Guest

Hi,

I have just added a field (called "Org Data Set" ) to a table with over
40,000 records. I want to populate each record identically with the name
"DEQ". Do I have to write a query to do this or is there a way to mass
populate the table outside of a query? Thanks.
 
Why would you not want to use a query?

Just create an update query to update that field with the value. Run it,
then delete it.
 
So yes, then, I do need to use a query. Thanks

Rick B said:
Why would you not want to use a query?

Just create an update query to update that field with the value. Run it,
then delete it.
 

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