A family of Microsoft relational database management systems designed for ease of use.
If you set the Data Entry property to Yes and open the form it will not display any previous records. That is normal. Set property to No.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Acces 2007; I teaching myself Access 2007 using Prentice Hall's Office 2007 Introductory. I began by entering the data directly in the table. Then I attempted to enter the next line of data using the Access form. When I click "close" per the instructions, not only does the new data not enter but everything I entered before disappears.
Any ideas?
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
If you set the Data Entry property to Yes and open the form it will not display any previous records. That is normal. Set property to No.
How do you set the data entry property?
Its on the Data tab for the form.
Also check how you are opening the form. If you open the form in Add mode it will exhibit the same behavior.
How do you set the data entry property?
Did you bind the form to the table? This means that you have set the Recordsource of the form to the table. If you did, then as soon as the record loses focus, the data should be added to the table.