i have this code..i don't know what where is the error in this one..it says data type mismatch.....
Dim Mydate As Date
Dim MydateString As String
MydateString = "Text1.Text "
Mydate = CDate(MydateStr ing) ''it is highlighted in this line..
txtActCode = Mydate
i don't know what's wrong with this one..
any help would be much appreciated..
thank you..
Dim Mydate As Date
Dim MydateString As String
MydateString = "Text1.Text "
Mydate = CDate(MydateStr ing) ''it is highlighted in this line..
txtActCode = Mydate
i don't know what's wrong with this one..
any help would be much appreciated..
thank you..
Comment