Hi all!
How can I evaluate if a Field exist on a Recordset?
So, I have a table with several values, included ID field. I need to parse if ex. ID = 6789 then Validator= true.
And then when Validator becames true, then record a databaserecord into an other table.
Thanks