Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / February 2008

Tip: Looking for answers? Try searching our database.

Populate a new field in an existing table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jim - 23 Feb 2008 19:21 GMT
I want to add a date field to an existing table and populate all records with
a single date.
John Spencer - 23 Feb 2008 19:33 GMT
One time event
Add the field and then use an update query to populate with the whatever
date you want.

UPDATE YourTable
SET TheNewDateField = #2008-01-01#

'====================================================
 John Spencer
 Access MVP 2002-2005, 2007-2008
 Center for Health Program Development and Management
 University of Maryland Baltimore County
'====================================================

> I want to add a date field to an existing table and populate all records with
> a single date.
Jim - 24 Feb 2008 00:47 GMT
Thank you John! It worked great.

> One time event
> Add the field and then use an update query to populate with the whatever
[quoted text clipped - 12 lines]
> > I want to add a date field to an existing table and populate all records with
> > a single date.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.