It works but its on like a delay
So whenever I change a value for the time its always one update behind.
Here is the code for it
Code:
Private Sub ComboHour_Change()
Me.Text10min.Value = Tenmin(TimeBox)
Me.Text15min.Value = Fifteenmin(TimeBox)
Me.TimeBox.Value = DLookup("[TimeQ]", "Query_Time_Reserve") 'this pulls the
Leave a comment: