Question : Date field on form show Number sign

Hi Experts

I have a text field, and if the content is longer than the field, the field show as much as possible. But when i have a field the contains a date + time, and this is to long for the field the field is only showing number signs (###############). Can't i get the field to show as much as possible just like the text fields?

Answer : Date field on form show Number sign

You can make the font smaller. Otherwise, you could try CStr(YourDateField) as the ControlSource, assuming you don't need to Edit that field. Other than that, you need to modify your interface.
Random Solutions  
 
programming4us programming4us