Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zanga

  1. zanga

    Replacement problem

    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 !

Part and Inventory Search

Back
Top