Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I fill in a value in a field that is the same in every record?

Queries

How do I fill in a value in a field that is the same in every record?

by  Kckronic21  Posted    (Edited  )
The easiest way to fill in a value in a field that is the same in every record is to perform an update query. For example:
Let's say that you have a created a table called "Employees". There are 50 employees in this table, and everyone lives in "North Carolina". To fill in North Carolina in all of the records in this table, start by making a select query from the "Employees" table. In the criteria under the state field, type "North Carolina". Then, press the update query and go back to the "Employees" table to view the results.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top