Have a form using it's Rowsources to show content. I want the form control to show the same format to display the data as in the actual cell (specifically date in this case). The form control (textbox) currently displays some default format (mm/dd/yyy vs the cells dd-mmm-yy). How can I get the thext box to display the correct format.
Thanks all