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!

When was table created?

Status
Not open for further replies.

danrobson

IS-IT--Management
May 29, 2001
30
GB
Can anyone help?

I want to find out when a table was created so I can deceide if I want to delete it, testing if it's in the database and deleting it isn't a problem, but I don't know how to find out the date it was created. Can anyone help?

Thanks.

Dan
 
Try
[tt]
dtCreatedOn = CurrentDB.TableDefs("TableName").Properties("DateCreated")
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top