View Full Version : Changing Default value using a button/form


bettyt3
03-07-2000, 11:55 AM
How can I get the user to change a default value easily, without going into design view. Maybe with a button/form?....This value may change once a year.

Any help is much appreciated

Betty

KDg
03-07-2000, 06:24 PM
i thought that something like

Let Me!txtX.DefaultValue = 99
DoCmd.Close acForm, "form2", acSaveYes

would work, but it doesn't.

The only way to do it may be with a lookup table.