Hi guys,
I'm building a report based on a query, so far I have everything I need except for one field. (here is a summary of current state)
Here is the query so far (information from 2 tables)
SELECT [strLastName] & "." & Right([ServiceNumberID],3) AS [Name of case],
tblmember.strRank...