B
Babsie
Hello,
I am using the following code in a text box on my form (found on this
discussion group)
=Application.CurrentDB.TableDefs("Insert Table
Name").DateCreated
What I'm also trying to do is have a text box show the last update date on a
table in a different database. I attempted to do the same as shown above but
change the "CurrentDB" to the path and name of the database but I receive a
#name? error.
Any thoughts on how to do this? if it's even possible.
Thanks in advance.
I am using the following code in a text box on my form (found on this
discussion group)
=Application.CurrentDB.TableDefs("Insert Table
Name").DateCreated
What I'm also trying to do is have a text box show the last update date on a
table in a different database. I attempted to do the same as shown above but
change the "CurrentDB" to the path and name of the database but I receive a
#name? error.
Any thoughts on how to do this? if it's even possible.
Thanks in advance.