G Guest Jul 2, 2004 #1 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!
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!
D Douglas J. Steele Jul 2, 2004 #2 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 Click to expand... 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 Click to expand... 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!