On my form I have a text box named CheckCode. On its After Update Event I have code which automatically fills two other text boxes. This has been working great for several years. Then I got the idea that I wanted the first text box to repeat data from the previous record so I put in the default value DLAST("CheckCode", "Checks"
. Now the auto fill event does not happen. Could the auto fill code be put in another event to make it happen? Thanks in advance for your help.I have really learned a lot from the questions and answers in this forum although a lot of the code is over my head.