Hello everybody,
I just build a form from a table, the form contains three fields the first field is named "result test" list-type combo 2 choices (success, failure), the second field is named "issue certificate" that must be obligatorily consists of 3 digits (eg 009 or 020 or 142), what i want to do is:
choosing "success" in the field test results, I want the field "issue certificate" is automatically incremented for example from 009-010 or 099-100 knowing incrementing does not start with 000, but by a another figure of my choice.
By choosing "failure" I want the "certificate number" field remains unchanged (without INCREMENT)
Is there a solution to solve this problem, I need my work ds
I would appreciate if there is a solution without changing the code vba
thank you in advance
I just build a form from a table, the form contains three fields the first field is named "result test" list-type combo 2 choices (success, failure), the second field is named "issue certificate" that must be obligatorily consists of 3 digits (eg 009 or 020 or 142), what i want to do is:
choosing "success" in the field test results, I want the field "issue certificate" is automatically incremented for example from 009-010 or 099-100 knowing incrementing does not start with 000, but by a another figure of my choice.
By choosing "failure" I want the "certificate number" field remains unchanged (without INCREMENT)
Is there a solution to solve this problem, I need my work ds
I would appreciate if there is a solution without changing the code vba
thank you in advance