Quote:
>anyone know how to add 15 minutes to a field in a form?
James
You can use the DateAdd function:
Private Sub Command3_Click()
Me!DateField = DateAdd("n", 15, Me!DateField)
End Sub
Jon
Access tips & tricks - http://www.*-*-*.com/
Microsoft Access webring - http://www.*-*-*.com/