dateadd function help
I'm trying to add two time's together and I keep getting error "type mismatch" here's the code:
MsgBox DateAdd("h", txtmondaymm, txtmondayma) where
txtmondaymm and txtmondayma are resultants of a DateDiff function
Any help would be appreciated
|