I have a form (MS Access 2003) that has a button that when pressed, assigns the current time to field [Time1] using Me.Time1 = Now()
I have another field [Time2] that adds 15 minutes to [Time1] using the following in the Control Source field =DateAdd("n",15,[Time1])
I was wanting to use these to...