I have one table ("Organisations") where the said field ("ParentOrganisation") is a short text type (all records are three or four character A-Z strings. Now there's another table ("Invoices") where one field ("Organisation") is done by a Lookup Wizard pointing to "ParentOrganisation" in "Organisations" so I have a dropdown box to choose the organisation. In the properties for "Organisation" the field is classified as Number type... Why?
I have created a simple query based on the "Invoices" table including the "Organisation" field. Now when I want to specify the criteria in the design view in the query to specify ="PRT" or any other organisation, I get the error: Data Type mismatch in criteria expression. I guess it's related to the fact that the lookup field for some reason gets classified as Number not text.
Please advise