how can i check if record from one table has already been used, i.e. im filtering table x by vendor no, then i use this vendor no in my table. how can i check if its already there
Add an "exist" flowfield in your Vendor table that looks for records in the other table with matching "Vendor No.". Use this field to filter\select your vendors based on business rules.
This removes the need to rebuild\update a temp table with every change to the other table.
Answers
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
This removes the need to rebuild\update a temp table with every change to the other table.