Putty combobox info into textboxes

Cdogg

Registered User.
Local time
Today, 23:53
Joined
May 20, 2001
Messages
30
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
 
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
 
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
 

Users who are viewing this thread

Back
Top Bottom