Could some tell me how to update a field in one table from a field in another table. A simple add or subtract.
Thanks
Could some tell me how to update a field in one table from a field in another table. A simple add or subtract.
Thanks
Last edited by Kerry Bugger; 01-12-2009 at 06:43 PM.
If memory serves you can create operations, one type of which is an update?
Create a set with the table you want updated as the parent linking on some common field to the other table. Define the update operation for this set.
You should also be able to define a posting operation from table to table which might meet your needs (no set required).
Bookmarks