thegameoflife
Programmer
Is it possible to change the Data Type of a field in VBA
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim strResult As String
strResult = Cstr(intValue)
Dim dDate As Date
dDate = CDate("05/06/2002")