hi everybody, Now im doing one project.In that I have to insert the Date Of Birth field into the db table.For that, if anybody enter the DOB field,I have to check whether it is in the format of "DD/MM/YYYY" or not.I have written the code for that is If text1.text<>For mat$(DD/MM/YYYY) Then
Msgbox"DOB Should Be The Format Of DD/MM/YYYY"
But it hasn't succeeded. So kindly reply me anyone quickly.
Msgbox"DOB Should Be The Format Of DD/MM/YYYY"
But it hasn't succeeded. So kindly reply me anyone quickly.
Comment