Change Batch Print Critera

B

Bob V

I want the Print order to be Date/OwnerName, is this possible, Thanks for
any Help.......Bob

Case "PrintInvoiceBatch"
Me.Caption = "Print Invoices Batch"
cmdStatement.Caption = "Print Invoices"

lbOwnerName.Visible = False
cbOwnerName.Visible = False


tbDateFrom.value = Format("01-" & Month(Now) & "-" & Year(Now),
"dd-mmm-yyyy")
tbDateTo.value = Format(Now, "dd-mmm-yyyy")
'10 Jan. 2006, Dnyanada Varude.
fraCreditType.Visible = False
lblCreditOnly.Visible = False
lblCreditTypeAll.Visible = False

fraSelectInvoice.Visible = False
 
Top