What you are performing here is a Many-to-Many join, and therefore this will require THREE tables to make it work properly.
The first table, Members, will need a MemberID field (Autonumber) and a MemberName field (Text).
The second table, RaceClasses, will need a RaceClassID field (Autonumber)...
Is [Cumg/l] being returned as a single type value? That is what is sounds like....
Try replacing the [Cumg/l] with:
CStr(Format([Cumg/l], "#0.0"))
This should force a digit to be placed in at least the ones and tenths digit places and then give that value as a string...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.