I created an application using the VB6 Wizard to show an Access table using datagrid. One of the fields is date/time. I want to be able to enter 080508 then convert it to 08/05/08 and store it back to the cell. It would not let me using AfterColUpdate. I get an error message from Datagrid saying it is an invalid entry. If I make the field as text, there is no problem. Is there a way around this?
Thanks
Thanks