View Full Version : Open Database Window


esskaykay
12-18-2006, 09:19 AM
I have a few Access2K DB's that open to a startup form with the database window closed. I'd like to add a button to the startup form that opens the DB window (like pressing F11). Is this possible?

Thanks,
SKK

boblarson
12-18-2006, 09:40 AM
This should work for you:

SendKeys "{F11}"

esskaykay
12-18-2006, 09:48 AM
Excellent, Thanks Bob,
SKK