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
 

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

Similar Threads

Print Order! 6
Create Date Option 3
Change Calender Start date 2
Alter Code for Batch Printing 8
Emailing Question from my DB 2
Change Calender Start date 1
Field Size Dilemma 12
Ok This one is Tuff 3

Top