M marathonlady Registered User. Local time Today, 06:21 Joined Jul 10, 2002 Messages 120 Oct 8, 2002 #1 How do you get the created date off the database pjroperty general tab? Thanks.
ghudson Registered User. Local time Today, 06:21 Joined Jun 8, 2002 Messages 6,193 Oct 8, 2002 #2 Start your query with this and modify the query to get the specifics you want. SELECT MSysObjects.DateCreate, MSysObjects.Name FROM MSysObjects; Do NOT alter the data in the MSysObjects table! HTH
Start your query with this and modify the query to get the specifics you want. SELECT MSysObjects.DateCreate, MSysObjects.Name FROM MSysObjects; Do NOT alter the data in the MSysObjects table! HTH