Hi,
I've got a database set up for printing different letters depending on which one the user selects. The letters display the customers address (taken from the customer table) as well as other details (taken from the warranty table)
For some reason, when the customer code "C001" (a valid customer) is entered, the system stops working, because this is stored as "C001 C001" in the Warranty table and the join part of my query doesn't match up
Does anyone have any suggestions - I can't think why this particular field value should pose such a problem
Thanks in advance
Jez
I've got a database set up for printing different letters depending on which one the user selects. The letters display the customers address (taken from the customer table) as well as other details (taken from the warranty table)
For some reason, when the customer code "C001" (a valid customer) is entered, the system stops working, because this is stored as "C001 C001" in the Warranty table and the join part of my query doesn't match up
Does anyone have any suggestions - I can't think why this particular field value should pose such a problem
Thanks in advance
Jez