Type Mismatch

Hakutabe

New member
Local time
Yesterday, 18:45
Joined
Jul 10, 2013
Messages
6
i have a Query called Personell which consists of

tblPersonell; "Personal Number (key)". "FirstName". "LastName". "Rank"
tblPersonellRanks; "RankCode(key)". "RankName".

now the query works fine perfectly i made the same thing with qryDrivers
tblDrivers and tblDriversRanks have same things but the Query for Drivers when i open it types "Type Mismatch in Expression" but the Personell still works and qryDrivers starts working only after i remove tblDriversRanks and i dont understand why help please :P
 
At a guess, the fields in the join (presumably the rank fields) have different data types.
 
ahhh yess thanks :D i looked everything and didnt notice that the Rank is a text instead of a number
 

Users who are viewing this thread

Back
Top Bottom