I have two tables which make up the full names of my product, i.e. A manufacrurer table containing manufactuer_name and a model table containing model_name.
so the full name of a product would be "manufactuer_name model_name" (e.g. Fujifilm Finepix).
I need to perform a simple search using match where the user enters a value, the problem is I also need to concatinate these two vales at the same time to perform this earch on the whole name.
This is where I get stuck, can anybody help me?
Thanks.😃 😃 😃