G Guest Oct 25, 2006 #1 How do I set the default value of "down" to the value entered in down after I update it?
F fredg Oct 25, 2006 #2 How do I set the default value of "down" to the value entered in down after I update it? Click to expand... Code the AfterUpdate event of the [Down] control: Me![Down].DefaultValue = chr(34) & Me![Down] & Chr(34)
How do I set the default value of "down" to the value entered in down after I update it? Click to expand... Code the AfterUpdate event of the [Down] control: Me![Down].DefaultValue = chr(34) & Me![Down] & Chr(34)