How to get a default value from a user?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a situation where users enter a lot of data every month, data has the same date. How can I get a default value for the date reset every time without having the user go into a desighn view? Thanks!
 
Put a textbox on the form, let them update that text box, and put code in
the AfterUpdate event to set the default of the field.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)



Tat said:
I have a situation where users enter a lot of data every month, data has
the same date. How can I get a default value for the date reset every time
without having the user go into a desighn view? Thanks!
 
Back
Top