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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add timestamp to table

Status
Not open for further replies.

hmstoo44dd

Programmer
Sep 27, 2002
32
US
I need to add a timestamp to our customers table so we can update data with MS Access. Can anyone point me in the right direction? Is there a thread here that will help?

Thanks
 
What you need?
One field that fill show you when that record is inserted or every time something changed in that table that field should be changed also?

Borislav Borissov
VFP9 SP2, SQL Server 2000/2005.
Microsoft MVP VFP
 
In order to update tables with bit fields with MS Access you need to add a timestamp. This is a technote from microsoft.
 
Look up the alter table statement in books online.
Create a column name it what you want and use the timestamp data type.

"NOTHING is more important in a database than integrity." ESquared
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top