In query design view, table 1 has a field called VIPno (27 alpha characters). Table 2 has a field called ChargeNo (30 alpha characters).
In Table 2, the first 27 digits are the same as the VIPno in table one. Therefore, I need to use the LEFT function to extract the first 27 characters in ChargeNo from table 2, then join them.
So in my design grid, I have VIPno in there. For the second field, I have VIPcode: Left([ChargeNo],27). Then in the table area I simply drag and drop between the two fields I want to join together.
When I go to view my results, it is blank. Do you have to drag and establish the links before entering the LEFT function or vice versa, or does that not matter. As far as I can tell it does not matter.
I suspect that there are some inherent restrictions on joining a field to another field that has a function (e.g. LEFT) acting upon it.