I've got a secondary database that will be used in a portable device which will get its data from another db prior to being placed onto the portable device. What I would like to do is put a text box on the opening form of this database showing the date the table was built.
To update the secondary "portable" db, I've created a button to delete the necessary tables and another to import new tables from the sourse db to this new one. I don't want the users to have visual access to the tables properties in order to see when the imported tables were built. Is there a way I can get this information, either by query or vba and place it on a form.
What I am looking for is the information listed in the table properties. Every time the new table imports, it will always be the same name so that shouldn't be an issue. Hopefully.........
Thanks in advance.
Respectfully,
To update the secondary "portable" db, I've created a button to delete the necessary tables and another to import new tables from the sourse db to this new one. I don't want the users to have visual access to the tables properties in order to see when the imported tables were built. Is there a way I can get this information, either by query or vba and place it on a form.
What I am looking for is the information listed in the table properties. Every time the new table imports, it will always be the same name so that shouldn't be an issue. Hopefully.........
Thanks in advance.
Respectfully,