mloucel
Member
- Local time
- Today, 02:33
- Joined
- Aug 5, 2020
- Messages
- 356
Hey guys
I have a form that contains 1 sub-form
[sub-form adds just some notes I add to each order using a separate table that contains 3 fields Key/Date/Note]
the key as you can figure is my FK on my main table.
Problem is that everytime I click on the sub-form to add note or notes, all the values on the main form are saved, auto magically.
is there a way to stop this behavior and force the end user to use my SAVE button, and only at that time save ALL data to both tables ?
Thanks.
I have a form that contains 1 sub-form
[sub-form adds just some notes I add to each order using a separate table that contains 3 fields Key/Date/Note]
the key as you can figure is my FK on my main table.
Problem is that everytime I click on the sub-form to add note or notes, all the values on the main form are saved, auto magically.
is there a way to stop this behavior and force the end user to use my SAVE button, and only at that time save ALL data to both tables ?
Thanks.