Hi all.
I have the following problem:
I have 2 tables:
On table A i have a text in a field "CVB45"
On Table B i don't have that text in a field (i have some other text "FGH56")
How can i automatically delete the Field from Table B if it doesn't exist in Table A ?
The problem is that the Keys are not the same in 2 Tables. In Table A i have the ID from 0 - 60 (this is always static)
And in table B i have automatically generated numbers that could be anything.
How do i do this? Please help out.
I have the following problem:
I have 2 tables:
On table A i have a text in a field "CVB45"
On Table B i don't have that text in a field (i have some other text "FGH56")
How can i automatically delete the Field from Table B if it doesn't exist in Table A ?
The problem is that the Keys are not the same in 2 Tables. In Table A i have the ID from 0 - 60 (this is always static)
And in table B i have automatically generated numbers that could be anything.
How do i do this? Please help out.