MackMan
Registered User.
- Local time
- Today, 06:36
- Joined
- Nov 25, 2014
- Messages
- 174
Here's what I'm trying to do...
Let's say, I'm updating a record, and I have a combo-box that says transfer and another combo-box that states "where to?" - or words to those effect.
Each record has a field for credit value and a field for debit value.
What I'm having difficulty in doing is..
When I've finished entering the current record, I want to run code that fires the event, so, copies all the data from one record, to create a new record, BUT...
1) changes the "where to" from the old record to "From" in the new record.
2) changes either the credit or debit value, to the opposite in the new record?
I would like to do this from a sub-form.
I can copy a whole record, no problem, but can't seem to change field values.
Any help would be much appreciated.
Let's say, I'm updating a record, and I have a combo-box that says transfer and another combo-box that states "where to?" - or words to those effect.
Each record has a field for credit value and a field for debit value.
What I'm having difficulty in doing is..
When I've finished entering the current record, I want to run code that fires the event, so, copies all the data from one record, to create a new record, BUT...
1) changes the "where to" from the old record to "From" in the new record.
2) changes either the credit or debit value, to the opposite in the new record?
I would like to do this from a sub-form.
I can copy a whole record, no problem, but can't seem to change field values.
Any help would be much appreciated.