I want to calculate two date fields and return the difference.
Something similar to VB's CDATE function but cdate has many
limitations.
here is an example on what I'm looking for:
Anyone have some ideas?
Thanks
------------------
-Greg
Something similar to VB's CDATE function but cdate has many
limitations.
here is an example on what I'm looking for:
Code:
type HoursStruct Hours as long Minuts as Long Seconds as Long type ... dim Hours as HoursStruct TotalTime "1/15/2001 9:00:00 PM", "1/14/2001 8:30:00 PM", Hours ... ...
Thanks
------------------
-Greg
Comment