I hope this helps! If you have additional questions on this topic, please
reply to this posting.
Need quick answers to questions like these? The Microsoft Knowledge Base
provides a wealth of information that you can use to troubleshoot a problem
or answer a question! It's located at http://support.microsoft.com/support/c.asp?M=F>.
There are many ways to do it.
1. Keep the last record in Private variables/array, and
add a procedure to the On Current Form's Event and set
the values to the "NEW" record
2.Store the values in a Private Type structure and the do
the same as above.
3.Use ADO to open add a new record to the table if the
current record is new
4.Bookmark the last record, store it in a variant
varialble set the values to NEW record
There are many other ways (for example:using queries) but
i think this are easier to apply
Note that you have to check if the current record is a
new record, otherwise you will overwrite the contents.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.