I have a combobox with 3 columns, one is currency . When I send it to a textbox it enters it as text. Properties for the textbox is set for
currency .
Me!Combobox = Me![Textbox1].Column(1)
Me!Combobox = Me![Textbox2].Column(2)
Thank you for your help
currency .
Me!Combobox = Me![Textbox1].Column(1)
Me!Combobox = Me![Textbox2].Column(2)
Thank you for your help