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
Me!Textbox 1 = Me![Combobox].Column(1)
Me!Textbox 2 = Me![Combobox].Column(2)
Thank you for your help