R Rob Dec 14, 2003 #1 I am looking for the format to use the setvalue to add minutes to a short time format field. Many thanks, Rob
I am looking for the format to use the setvalue to add minutes to a short time format field. Many thanks, Rob
S Steve Schapel Dec 14, 2003 #2 Rob, Item: [YourFieldName] Expression: DateAdd("n",15,[YourFieldName]) You might also consider using an Update Query to do this job. - Steve Schapel, Microsoft Access MVP
Rob, Item: [YourFieldName] Expression: DateAdd("n",15,[YourFieldName]) You might also consider using an Update Query to do this job. - Steve Schapel, Microsoft Access MVP