PDA

View Full Version : Dropdown Form field calculation



lacviet2005
06-26-2007, 04:06 PM
Hi guys,
I have two dropdown FORM fields with numbers and want to do a calculation on them? Is it possible?

I've tried this but didn't work :doh:
=Dropdown1+Dropdown2

Thanks,
LV

fumei
06-27-2007, 09:17 AM
If they are formfield dropdowns, you need to get the value of them. Dropdown1 does not give its value.

You shoud rename them.

How are you firing your code, an OnExit macro?