Setvalue to add 15 minutes to field

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I am looking for the format to use the setvalue to add
minutes to a short time format field.

Many thanks,

Rob
 
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
 
Back
Top