Recent content by djenckes

  1. D

    Changing value in one field across multiple tables

    Never mind, I figured it out. I was trying to do it with an include file (.i) and has to be an uncompiled file (.p).
  2. D

    Changing value in one field across multiple tables

    I am trying to write a program that will update the value of one field for every record across every table that contains the field. I can get the table names from the _file and _field tables, but how do I get the for each statement to recognize the table name?
Back
Top