number format in form textboes
Posted by anna daly on November 09, 2000 1:30 PM
hi all,
I have a form that contains several textboxes, some of which are for user imput and others are for output display. Does anybody know how I can limit the entery into the textboes as integers, and how to display them with commas between every 3 significant figure?
In my VBA code i have
textbox1.value = textbox2.value / textbox3.value
I would like to limit the input to textboxes 2 and 3 as whole numbers. Please please help!!
regards
Anna Daly