Changing Default value using a button/form

  • Thread starter Thread starter bettyt3
  • Start date Start date
B

bettyt3

Guest
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
 
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.
 

Users who are viewing this thread

Back
Top Bottom