Hello,
How can i prevent the user from saving the record when <if clause> is true?
I'm using a continious form and i want to prevent save only in those records that <if clause> is true.
Thank you in advance.
Code:
If <if clause> then
' can't save record
end if
How can i prevent the user from saving the record when <if clause> is true?
I'm using a continious form and i want to prevent save only in those records that <if clause> is true.
Thank you in advance.