Display data of a listbox in a textbox

P

PRAV

Hi how could i display the current data ( for example a number
'19.4546' ) of a listbox in a textbox the number 19.5 on the same form.
I'm doing that because in ms access 97 listboxes do not have decimal
places.
 
D

Douglas J. Steele

There's nothing in any version of Access that prevents decimal points from
appearing in list boxes.

What's your row source for the list box?
 
Top