S
Sarah G
I am have set a message box on a form but only want it to display if the
entry in the number field is >120.
I assume I need to put this macro in the On Update line in Properties but am
unsure of how to write the expression. I have used basic expressions before
but never one that included a macro
If Weight >120 run macro "weight"
Hope you can help
entry in the number field is >120.
I assume I need to put this macro in the On Update line in Properties but am
unsure of how to write the expression. I have used basic expressions before
but never one that included a macro
If Weight >120 run macro "weight"
Hope you can help