I have a DB which has not been set-up will, but I am stuck with it.
in table 1 i have a field called Area this field has data in it such as. A1234, A3322, B3311, B3355, C9829, C8392
Here is where it gets tricky.
If this the record has an A at the start i want it to link to Table 2. If it has a B at the start i want to link it to table 3. If it has a C at the start i want to link it to table 4. To make matters worse the data held in tables 2, 3 and 4 do not have the char at the start. It is a numeric field.
Any Ideas
in table 1 i have a field called Area this field has data in it such as. A1234, A3322, B3311, B3355, C9829, C8392
Here is where it gets tricky.
If this the record has an A at the start i want it to link to Table 2. If it has a B at the start i want to link it to table 3. If it has a C at the start i want to link it to table 4. To make matters worse the data held in tables 2, 3 and 4 do not have the char at the start. It is a numeric field.
Any Ideas