Well, hello again PHV....this code is from a DB I made a while back for an invoice log....
[code]SELECT Invoices.ProjectNo, Invoices.Vendor, Invoices.PO, Invoices.InvoiceNumber, Invoices.Voucher, Invoices.Amount
FROM Invoices
WHERE ((Invoices.ProjectNo)=Forms![Search Form]![Project Number] Or...