How do I set my Access DB to open and ready to enter a new record? I am using Access 2003.
J J Apr 19, 2007 #1 How do I set my Access DB to open and ready to enter a new record? I am using Access 2003.
T tshillam Apr 19, 2007 #2 How do I set my Access DB to open and ready to enter a new record? I am using Access 2003. Click to expand... You should be using a form to input records. In the form's properties window there is an option for 'Data Entry'. Enter 'yes' for the data entry option, and the form will default to add new record. Todd
How do I set my Access DB to open and ready to enter a new record? I am using Access 2003. Click to expand... You should be using a form to input records. In the form's properties window there is an option for 'Data Entry'. Enter 'yes' for the data entry option, and the form will default to add new record. Todd
O Ofer Cohen Apr 19, 2007 #3 Also, check this link on how to load the form when the MDB open http://www.databasedev.co.uk/start_up_screen.html After setting that up, if you don't want the form to open (for developing purpose) , open the MDB while the shift key held down.
Also, check this link on how to load the form when the MDB open http://www.databasedev.co.uk/start_up_screen.html After setting that up, if you don't want the form to open (for developing purpose) , open the MDB while the shift key held down.