B
Bob
--
If I have 2 text boxes on my form
[tbStartDate1] & [tbEndDate1]
If I create a Command button on that form,What code would I need to the
first day of the current month in tbStartdate1 and the last day of the
current Month in tbEndDate1
thanks for any Help......Bob
If I have 2 text boxes on my form
[tbStartDate1] & [tbEndDate1]
If I create a Command button on that form,What code would I need to the
first day of the current month in tbStartdate1 and the last day of the
current Month in tbEndDate1
thanks for any Help......Bob
ateSerial(Year(Date()), Month(Date()), 1)