S SiH23 Oct 9, 2008 #1 How do I get a form to open automatically when the database is opened. Many thanks, Simon.
R Rick Brandt Oct 9, 2008 #2 SiH23 said: How do I get a form to open automatically when the database is opened. Many thanks, Simon. Click to expand... Access versions up to 2003: Tools Startup Display Form Access 2007: No idea, but it's in there somewhere
SiH23 said: How do I get a form to open automatically when the database is opened. Many thanks, Simon. Click to expand... Access versions up to 2003: Tools Startup Display Form Access 2007: No idea, but it's in there somewhere
K Klatuu Oct 9, 2008 #3 No idea, but it's in there somewhere Click to expand... <g> I feel much better, now <g>
E Eugene7899 Oct 10, 2008 #4 Create a Macro named "Autoexec" and simply add: Under "Action" OpenForm and indicate the form name. Recommend that the second line under "Action" is the Maximize command. EugeneH
Create a Macro named "Autoexec" and simply add: Under "Action" OpenForm and indicate the form name. Recommend that the second line under "Action" is the Maximize command. EugeneH