ClaraBarton
Registered User.
- Local time
- Today, 13:14
- Joined
- Oct 14, 2019
- Messages
- 584
In order to transfer amounts from one account to another I have a subform that's
connected Master = TransactionID ; Child = TTransID. So a new record is created
with a new fAccountID (combobox). What I can't figure out is how to get the new record ID (orange)
into the original TTransID so that I know both are Transfer Amounts connected to each other.
I could use a recordset (beforeupdate) and do it in VBA but it seems like I'm overthinking a simple thing.
I tried putting the TTransID on the Master form but couldn't figure how to make it work.
connected Master = TransactionID ; Child = TTransID. So a new record is created
with a new fAccountID (combobox). What I can't figure out is how to get the new record ID (orange)
into the original TTransID so that I know both are Transfer Amounts connected to each other.
I could use a recordset (beforeupdate) and do it in VBA but it seems like I'm overthinking a simple thing.
I tried putting the TTransID on the Master form but couldn't figure how to make it work.