Neak1
Computer
- Sep 10, 2001
- 12
Here is the situation,
I have 7 controls on this form. I am trying to find out what type of syntax to use in order to do the following.
The first controls label asks the question.
Is there a payment discrepancy? "Y" or "N" (are the two options for this 1 position control)
The other 6 controls will be filled in pairs of two if the answer is "Y". For example:
Field 2: Current Amount Field 3: Current Amount Effect
Field 4: Retro Amount Field 5: Retro Amount Effect
Field 6: Future Amount Field 7: Future Amount Effect
If the first field is filled in with a "Y" then Current Amount and Effect or Retro Amount and Effect or Future Amount and Effect must be filled in, one of the set of pairs must be code but not all pairs if the answer is "Y". There can not be missed march combinations of the filled control. Example: Current Amount and Retro Effect can not be filled in together. Current Effect and Retro AMount must also be filled in if this situation is to work. The amount and the effect must be coded together. There can't be Current Amount with a Currenct Amount Effect.
Amounts are dollar values, and Effects are Alpha characters.
I hope that this make it clear. I need to know what syntax to use to get the code to work as stated.
Please Help
Neaka
I have 7 controls on this form. I am trying to find out what type of syntax to use in order to do the following.
The first controls label asks the question.
Is there a payment discrepancy? "Y" or "N" (are the two options for this 1 position control)
The other 6 controls will be filled in pairs of two if the answer is "Y". For example:
Field 2: Current Amount Field 3: Current Amount Effect
Field 4: Retro Amount Field 5: Retro Amount Effect
Field 6: Future Amount Field 7: Future Amount Effect
If the first field is filled in with a "Y" then Current Amount and Effect or Retro Amount and Effect or Future Amount and Effect must be filled in, one of the set of pairs must be code but not all pairs if the answer is "Y". There can not be missed march combinations of the filled control. Example: Current Amount and Retro Effect can not be filled in together. Current Effect and Retro AMount must also be filled in if this situation is to work. The amount and the effect must be coded together. There can't be Current Amount with a Currenct Amount Effect.
Amounts are dollar values, and Effects are Alpha characters.
I hope that this make it clear. I need to know what syntax to use to get the code to work as stated.
Please Help
Neaka