- Local time
- Today, 09:51
- Joined
- Jul 9, 2003
- Messages
- 17,110
I note that the query "qryCountOfRosterClass" is not working properly. On investigation I discover that the join between the lookup table and the roster table has been moved... From the lookup table "lookupID" to the "lookup description" it needs moving back to the lookup ID... When you move it back you will get an error message "type mismatch in expression" this is because you have changed the data type of the field roster class in the roster table to text it should be a number "long integer" so to get this query working again change the join and a field in the roster table.