B
bear
Hello
I have this code:
Set prp = ups.Find("Start1")
If TypeName(prp) <> "Nothing" Then
If prp.Value <> 0 Then
rst!Appointmentstarttime = prp.Value
End If
End If
Data is taken and imported into access table.
Problem:
Data imported in this format: 4:13:00 AM
I need that format to be converted into 4:13
Tried different things, non work.
Any help would be greatly appreciated!
..
Submitted using http://www.outlookforums.com
I have this code:
Set prp = ups.Find("Start1")
If TypeName(prp) <> "Nothing" Then
If prp.Value <> 0 Then
rst!Appointmentstarttime = prp.Value
End If
End If
Data is taken and imported into access table.
Problem:
Data imported in this format: 4:13:00 AM
I need that format to be converted into 4:13
Tried different things, non work.
Any help would be greatly appreciated!
..
Submitted using http://www.outlookforums.com