Hi to all
My user will upload a excel file in to an access 2003 database, the problem is date format for that i used the split function to split the date from the excel.
The problem is in the split function i specified the delimiter as "/" but some user uses "-" at the time iam getting an error subscript out of range
If i able to find the system date delimiter ill replace that.,
thanks in advance.
My user will upload a excel file in to an access 2003 database, the problem is date format for that i used the split function to split the date from the excel.
The problem is in the split function i specified the delimiter as "/" but some user uses "-" at the time iam getting an error subscript out of range
If i able to find the system date delimiter ill replace that.,
thanks in advance.
Comment