asteropi
Member
- Local time
- Today, 08:55
- Joined
- Jun 2, 2024
- Messages
- 122
My database is in Greek so I'm suppying the picture below with explanations.
I have an Order Detail Form and a Order List form. It just so happens that my returning wholesale customes sometimes call me and I need to have that total sum listed in their list.
However, the total sum is an unbound textbox that generates the total within the form and I'm trying to transfer it to my List Form/Table but I can't. How do I typically go about that?
I thought maybe insert_to-table command in the after_update box? but I don't know how to do that.
Or for the list_form field to grab the sum with a =Forms!(DetailForm)!(TotalSum) command. I tried that and failed miserably
I have an Order Detail Form and a Order List form. It just so happens that my returning wholesale customes sometimes call me and I need to have that total sum listed in their list.
However, the total sum is an unbound textbox that generates the total within the form and I'm trying to transfer it to my List Form/Table but I can't. How do I typically go about that?
I thought maybe insert_to-table command in the after_update box? but I don't know how to do that.
Or for the list_form field to grab the sum with a =Forms!(DetailForm)!(TotalSum) command. I tried that and failed miserably