Gerbers404
Programmer
Hi there. I am wondering how to select one record with a query. I have a table that has various fields for our projects. It has both project numbers and invoice numbers. One project number can be tied to several invoice numbers, because we do progress billing. I want to build a select query that selects by project number and then selects the higest invioce number. I have the first part working fine, but I can't seem to figure out how to select the proper invoice number. I have tried using the Max() function, but it isn't working. Any ideas?