Auto Fill In Form

  • Thread starter Thread starter Debby Turner
  • Start date Start date
D

Debby Turner

In a form, when adding a new record, we'd like to have
some of the fields prefilled with the data from the last
record. How can we accomplish this?
 
Hi Debby,

In the AfterUpdate event of each control you can set the default value of
that control - for example -

me.Text1.defaultvalue=me.Text1
 

Ask a Question

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.

Ask a Question

Similar Threads


Back
Top