X
Xavier
Hello,
I am in the process of migrating an application from Access 2003 to Access
2007 (RTM running on Vista RTM). This applications contains a lot of vba
code and I am facing 3 issues:
1. I used some DateTimePickers in my application. I know that there is now a
built-in date time picker and I am trying to use it. I have one question
about this, since the control is a text box, am I correct if I assume that
the data returned by the control will be a string and not a date ? If so, I
guess that I should adapt my code like this: "rsPerformedWork!dteDate =
dtpCalendar1.Value" would become "rsPerformedWork!dteDate = CDate
(newtextbox.Value)".
2. The second issue that I am facing, is that breakpoints don't seem to work
anymore ??? I have declared my applications in the trusted locations and I
have enabled macros.
Any help or pointer would be appreciated.
Thanks,
Xavier
I am in the process of migrating an application from Access 2003 to Access
2007 (RTM running on Vista RTM). This applications contains a lot of vba
code and I am facing 3 issues:
1. I used some DateTimePickers in my application. I know that there is now a
built-in date time picker and I am trying to use it. I have one question
about this, since the control is a text box, am I correct if I assume that
the data returned by the control will be a string and not a date ? If so, I
guess that I should adapt my code like this: "rsPerformedWork!dteDate =
dtpCalendar1.Value" would become "rsPerformedWork!dteDate = CDate
(newtextbox.Value)".
2. The second issue that I am facing, is that breakpoints don't seem to work
anymore ??? I have declared my applications in the trusted locations and I
have enabled macros.
Any help or pointer would be appreciated.
Thanks,
Xavier