A family of Microsoft relational database management systems designed for ease of use.
Hi Thắng, I'm an independent adviser and can help.
If you want to open a form to a new, blank record, you have a few options. If you are opening the form from code, you can set the Edit mode to Add instead of Edit. This can be done in either VBA or a macro. If you always want the form to be used to only enter new records, you can set the Data Entry property of the form to Yes. You could use your method to go to a new record upon Load as well.