Odd behaviour when using formulas in ol98

P

pilmart

Hi There
I have been asked to do a bit of work on an OL98 form, the
work was mostly cosmetic with some commenting out of
vbscript.

On the form there are some total boxes. These total boxes
are populated when the user enters a price in another box
and selects a check box next to the price box ie

Textbox A user enters a value and ticks corresponding
checkbox a, this value is transferred to textbox total a.

The formula for one of total boxeslooks like - cdbl(iif
([checkopen],[flightstandopen],iif([checkspecified],
[flightstandspec],iif([checkcheapest],
[flightcheapest],0))))

Now my problem is that it all works fine on my PC but
after emailing the form to the user none of the formulas
seem to work and simply blank out the total box rather
than transferring the values across properly.

Has anyone any ideas ???
 
S

Sue Mosher [MVP]

Where is the form published?
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top