D
Daniel
Hi...Pretty much a newbie in Outlook forms design, so any help or pointers
would be appreciated with my question.
1. In my custom form I have 12 fields, with each one representing a
Commission Rate for the given month ex: CR (Jan), CR (Feb),...,CR (Dec)
2. I have also created a 13th field called "AutoFill CR".
I would like the form to: a) Verify if there is a value in the "AutoFill
CR";
-- If YES, then Copy this value to ALL CR fields.
-- If NO, then let the user input individual monthly values in.
So I set the "Initial Value" of the field to the following formula:
IIf( [AutoFill CR (%)] <> 0.00 , [AutoFill CR (%)] , [Jan CR (%)] )
This works great if all I want to do is copy the value from AutoFill to the
monthly CR field, but, it breaks down if you want to type in a value into
the field...because it will not let you input any other data.
any suggestions?
thnx
dan
would be appreciated with my question.
1. In my custom form I have 12 fields, with each one representing a
Commission Rate for the given month ex: CR (Jan), CR (Feb),...,CR (Dec)
2. I have also created a 13th field called "AutoFill CR".
I would like the form to: a) Verify if there is a value in the "AutoFill
CR";
-- If YES, then Copy this value to ALL CR fields.
-- If NO, then let the user input individual monthly values in.
So I set the "Initial Value" of the field to the following formula:
IIf( [AutoFill CR (%)] <> 0.00 , [AutoFill CR (%)] , [Jan CR (%)] )
This works great if all I want to do is copy the value from AutoFill to the
monthly CR field, but, it breaks down if you want to type in a value into
the field...because it will not let you input any other data.
any suggestions?
thnx
dan