B
Bob V
At this time I have a date Calendar that selects the From and To date of my
report, is it Possible to add a control so as it would take the date back to
the start of the Previous month till Now,till keeping my Calendar, Something
along theses lines = DateSerial(Year(Date), Month(Date), -1)
Thanks for any Help...........Bob
Select Case Me.OpenArgs
Case "OwnerStatement"
Me.Caption = "Owner Statement"
tbDateFrom.value = Format("01-" & Month(Now) & "-" & Year(Now),
"dd-mmm-yyyy")
tbDateTo.value = Format(Now, "dd-mmm-yyyy")
Me.cbOwnerName.Visible = True
Me.cbOwnerName = 0
fraCreditType.Visible = False
lblCreditOnly.Visible = False
lblCreditTypeAll.Visible = False
lbOwnerName.Visible = True
fraSelectInvoice.Visible = False
report, is it Possible to add a control so as it would take the date back to
the start of the Previous month till Now,till keeping my Calendar, Something
along theses lines = DateSerial(Year(Date), Month(Date), -1)
Thanks for any Help...........Bob
Select Case Me.OpenArgs
Case "OwnerStatement"
Me.Caption = "Owner Statement"
tbDateFrom.value = Format("01-" & Month(Now) & "-" & Year(Now),
"dd-mmm-yyyy")
tbDateTo.value = Format(Now, "dd-mmm-yyyy")
Me.cbOwnerName.Visible = True
Me.cbOwnerName = 0
fraCreditType.Visible = False
lblCreditOnly.Visible = False
lblCreditTypeAll.Visible = False
lbOwnerName.Visible = True
fraSelectInvoice.Visible = False