B
Bob V
How can I make this code print Invoices in order of
[qryClientOnly,OwnerName].......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")
fraCreditType.Visible = False
lblCreditOnly.Visible = False
lblCreditTypeAll.Visible = False
fraSelectInvoice.Visible = False
[qryClientOnly,OwnerName].......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")
fraCreditType.Visible = False
lblCreditOnly.Visible = False
lblCreditTypeAll.Visible = False
fraSelectInvoice.Visible = False