M Mist Registered User. Local time Today, 16:30 Joined Mar 5, 2012 Messages 66 Nov 23, 2012 #1 Hopefully a simple question. When I work on a database I copy it and change the name (sort-of backup copy) Sometimes I forget which one is loaded. How do I confirm without closing the app? Thanx for any reply.
Hopefully a simple question. When I work on a database I copy it and change the name (sort-of backup copy) Sometimes I forget which one is loaded. How do I confirm without closing the app? Thanx for any reply.
gemma-the-husky Super Moderator Staff member Local time Today, 14:30 Joined Sep 12, 2006 Messages 15,980 Nov 23, 2012 #2 in the immediate window ?currentproject.name ?currentproject.path
nanscombe Registered User. Local time Today, 14:30 Joined Nov 12, 2011 Messages 1,081 Nov 23, 2012 #3 Before Access 2010 it was currentDb.Name (still works in 2010). Ctrl + G to get to the immediate (Debug) screen. In the bottom half of the window type ... Code: Print currentProject.name or Print currentDb.name
Before Access 2010 it was currentDb.Name (still works in 2010). Ctrl + G to get to the immediate (Debug) screen. In the bottom half of the window type ... Code: Print currentProject.name or Print currentDb.name