Clueless Newbie
Immortal. So far.
- Local time
- Today, 17:24
- Joined
- Feb 6, 2004
- Messages
- 48
Yep, stupid me again...
I'm trying to update a table though a form ("Form_Kuendigen").
The table ("Vertragsnummern") contains two numeric fields ("VertragsNr" and "VertragNRZFYM") as well as two checkboxes named "Kuend_VN" and "Kuend_ZFYM".
What I'm trying to achieve is the following:
When Kuend_VN and/or Kuend_ZFYM are checked I want to update VertragsNr and/or VertragNRZFYM with their respective current entry plus an additional "100" right in front of the current value. I.e., a value of 999999 should be transformed into 100999999 etc. (Our SAP will then correctly identify these records as cancelled contracts.)
Unfortunately, I can't just add 100000000 to every entry in question, since some of them are shorter and some are longer, depending on the age of the recordset.
Does any of you happen to have an idea, please?
Thank you!
Ute
I'm trying to update a table though a form ("Form_Kuendigen").
The table ("Vertragsnummern") contains two numeric fields ("VertragsNr" and "VertragNRZFYM") as well as two checkboxes named "Kuend_VN" and "Kuend_ZFYM".
What I'm trying to achieve is the following:
When Kuend_VN and/or Kuend_ZFYM are checked I want to update VertragsNr and/or VertragNRZFYM with their respective current entry plus an additional "100" right in front of the current value. I.e., a value of 999999 should be transformed into 100999999 etc. (Our SAP will then correctly identify these records as cancelled contracts.)
Unfortunately, I can't just add 100000000 to every entry in question, since some of them are shorter and some are longer, depending on the age of the recordset.
Does any of you happen to have an idea, please?
Ute
Last edited: