Beginning Of Month

  • Thread starter Thread starter Jason Penny
  • Start date Start date
J

Jason Penny

Trying to find a way to set the default value of a text
box to always be the beginning of the current month.
Thanks a bunch!
 
Trying to find a way to set the default value of a text
box to always be the beginning of the current month.
Thanks a bunch!

Me!MyTextBox.Value = DateSerial(Year(Date()),Month(Date()),1)

HTH - Peter
 
Back
Top