Make month list last day

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

Guest

I have a text box that shows the end of the Month. It says "May 2005". I
want a text box to show the last day of the month. How can this be done?
 
How are you getting the existing value? Do you have a field that it's based
on? If you've got a value dtmWhatDate, you can figure out the last day of
that month as DateSerial(Year(dtmWhatDate), Month(dtmWhatDate) + 1, 0)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top