G Guest Oct 24, 2005 #1 I want know how autocomplete my form with values from the last register. Thanks and sorry about my bad english.
I want know how autocomplete my form with values from the last register. Thanks and sorry about my bad english.
G Guest Oct 24, 2005 #2 Luiz, The easiest way to do this is to use each control's AfterUpdate event to set its DefaultValue property: Me!MyControl.DefaultValue = Me!MyControl Sprinks
Luiz, The easiest way to do this is to use each control's AfterUpdate event to set its DefaultValue property: Me!MyControl.DefaultValue = Me!MyControl Sprinks