lokuwel
New member
- Local time
- Today, 16:46
- Joined
- Mar 28, 2020
- Messages
- 4
Hi
I need your help to find solution for this;
I need to multiply text6 and text4 in my ms access form.And the result should show inside the text8
For example it should be like this;
text8.val = text4.val * text6.val
I need to do this using vba code.And text8 value should update automatically.(may me textbox8 under event = change,but I do not know exactly)
Specially I need to do this using VBA coding only.
Thank you
I need your help to find solution for this;
I need to multiply text6 and text4 in my ms access form.And the result should show inside the text8
For example it should be like this;
text8.val = text4.val * text6.val
I need to do this using vba code.And text8 value should update automatically.(may me textbox8 under event = change,but I do not know exactly)
Specially I need to do this using VBA coding only.
Thank you