ClaraBarton
Registered User.
- Local time
- Yesterday, 23:14
- Joined
- Oct 14, 2019
- Messages
- 606
I’ve worked on this so long that I can no longer see the trees for the forest.
I want to transfer money from one account to another so (on your advice) I’ve created a self join table. Mostly this works except for when there is more than one transfer (bottom subform) in the Check.
The code on afterupdate in the Transfer subform places 2 amounts (one for each transfer) which makes the check amount double. How can I only place the total amount on the first transaction in the subform. Or am I way off base here?
Clicking on the split column on the far right of the opening form will call the Check Form where the subform with the transaction is. Thanks in advance for any help.
I want to transfer money from one account to another so (on your advice) I’ve created a self join table. Mostly this works except for when there is more than one transfer (bottom subform) in the Check.
The code on afterupdate in the Transfer subform places 2 amounts (one for each transfer) which makes the check amount double. How can I only place the total amount on the first transaction in the subform. Or am I way off base here?
Clicking on the split column on the far right of the opening form will call the Check Form where the subform with the transaction is. Thanks in advance for any help.