drblackard
ISP
I have a table with contactID, LastName, MiddleName,
FirstName, and Membership Dues Paid (check box) on it. When I use the query to separate the paid from the unpaid, all works well. But when I print the report I only get the contactIDs on the report, no names. So I went back and made a lookup combo box for the names using LastName, MiddleName, and Firstname...all show up in the box but the first name is the only name that prints on the report now...how can I get First, Middle, and Last names on the report. Thanks in advance..
FirstName, and Membership Dues Paid (check box) on it. When I use the query to separate the paid from the unpaid, all works well. But when I print the report I only get the contactIDs on the report, no names. So I went back and made a lookup combo box for the names using LastName, MiddleName, and Firstname...all show up in the box but the first name is the only name that prints on the report now...how can I get First, Middle, and Last names on the report. Thanks in advance..