B
Bob Vance
I want to add 1 Critera to this report Code " tblInvoice.ClientInvoice =
True"
Is this possible...........Thanks Bob
ElseIf CurrentProject.AllForms("frmInvoiceClient").IsLoaded = True Then
Report.RecordSource = "SELECT tblInvoice.InvoiceID AS InvoiceID ," _
& " qryOwnerInfoAll.* FROM tblInvoice," _
& " qryOwnerInfoAll where qryOwnerInfoAll.OwnerID=tblInvoice.OwnerID And
" _
& " tblInvoice.OwnerID=" & Forms!frmInvoiceClient![cbOwnerName]
True"
Is this possible...........Thanks Bob
ElseIf CurrentProject.AllForms("frmInvoiceClient").IsLoaded = True Then
Report.RecordSource = "SELECT tblInvoice.InvoiceID AS InvoiceID ," _
& " qryOwnerInfoAll.* FROM tblInvoice," _
& " qryOwnerInfoAll where qryOwnerInfoAll.OwnerID=tblInvoice.OwnerID And
" _
& " tblInvoice.OwnerID=" & Forms!frmInvoiceClient![cbOwnerName]