View Full Version : Putty combobox info into textboxes


Cdogg
12-23-2001, 11:59 AM
I have a combobox with 3 columns, one is . When I send it to a textbox it enters it as text. Properties for the textbox is set for currency. It is currency in the combobox.


Me!Textbox 1 = Me![Combobox].Column(1)
Me!Textbox 2 = Me![Combobox].Column(2)

Thank you for your help

R. Hicks
12-23-2001, 01:02 PM
Well I see that you got the Textbox/Combobox properties straightened out .....

See my reply to the other post you made on this subject.

RDH

Cdogg
12-23-2001, 06:40 PM
HRD
Thank you for you help
I hope you can help me again

That entered it as currency, but I can't total them.

I have 5 comboboxes that I have numbers going
5 textboxes that I have to total