I'm trying to replace somme values from one database to another one(in empty cells).
I'm using the folowing code:
CLOSE ALL
USE d:\rom\int IN a
USE d:\rom\dbromex IN b
IF a.codu=b.cui
replace a.telm2 WITH b.tel2 FOR EMPTY(a.telm2)
ENDIF
But nothing happens.
What am I missing?
Thanks !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.