Pedrowedro
Programmer
Hi,
Please could you help me out with this problem...
I have the following set up:
Table1
======
Autonumber Field
MultipleVAlue (this Field holds info such as "E012; G344; T66;")
Description Field (This is currently empty)
Table2
======
Value (this Field holds information such as "E012;")
Description Field(i.e. "Over head lighting")
I am trying to Find a match for each value from MultipleValue in Table1 against Value in Table2.
Where a match occurs copy the Description from Table2 and concatinate it to the value of Description Field in Table1.
This needs to be done for each record of Table2.
Your help will be very appreciated...
Thanks
Pedro
Please could you help me out with this problem...
I have the following set up:
Table1
======
Autonumber Field
MultipleVAlue (this Field holds info such as "E012; G344; T66;")
Description Field (This is currently empty)
Table2
======
Value (this Field holds information such as "E012;")
Description Field(i.e. "Over head lighting")
I am trying to Find a match for each value from MultipleValue in Table1 against Value in Table2.
Where a match occurs copy the Description from Table2 and concatinate it to the value of Description Field in Table1.
This needs to be done for each record of Table2.
Your help will be very appreciated...
Thanks
Pedro