Find a record and more…
- I have a form – "employee" that based on tblEmploee. After update a field in the form, I want to check in another table - tblMovements if there a recored where fieldA=1 and fieldB=5, and to get an answer – true or false.
- If the answer is – true, I what to update a field in the record that was found.
Is there a function/s that I can use?
Thanks in advance