G
Guest
Hi,
i am creating a front-end with visual basic 6 using ADO and ACCESS 2000 as
database.
i need to programmatically add a formatted DATETIME field: "dd/mm/yyyy".
With this code
ALTER TABLE myTable ADD myNewDateField DATETIME
the date format rest not specified...
i have tried
ALTER TABLE myTable ADD myNewDateField DATETIME Format( "dd/mm/yyyy")
and many other ways but nothing...
Please HELP ME!!!!!
Thank You All
i am creating a front-end with visual basic 6 using ADO and ACCESS 2000 as
database.
i need to programmatically add a formatted DATETIME field: "dd/mm/yyyy".
With this code
ALTER TABLE myTable ADD myNewDateField DATETIME
the date format rest not specified...
i have tried
ALTER TABLE myTable ADD myNewDateField DATETIME Format( "dd/mm/yyyy")
and many other ways but nothing...
Please HELP ME!!!!!
Thank You All