How do I lock an Access DB, so that it closes as soon as the user form closes?
A Adam Oct 12, 2007 #1 How do I lock an Access DB, so that it closes as soon as the user form closes?
A ALESSANDRO Baraldi Oct 12, 2007 #2 Adam said: How do I lock an Access DB, so that it closes as soon as the user form Click to expand... closes? You can close also the application using Unload Form Event with: Docmd.Quit
Adam said: How do I lock an Access DB, so that it closes as soon as the user form Click to expand... closes? You can close also the application using Unload Form Event with: Docmd.Quit
L Larry Daugherty Oct 13, 2007 #3 In the Close Event of the form in question place the line: Application.Quit HTH -- -Larry- -- Adam said: How do I lock an Access DB, so that it closes as soon as the user Click to expand... form closes?
In the Close Event of the form in question place the line: Application.Quit HTH -- -Larry- -- Adam said: How do I lock an Access DB, so that it closes as soon as the user Click to expand... form closes?