Setvalue to add 15 minutes to field

R

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top