User Profile

Collapse

Profile Sidebar

Collapse
213emi
213emi
Last Activity: May 24 '10, 07:21 PM
Joined: May 19 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 213emi
    replied to Adding 10 min to a time
    Thank you sooo much for the fast response.

    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
    ...
    See more | Go to post
    Last edited by 213emi; May 19 '10, 10:21 AM. Reason: update

    Leave a comment:


  • 213emi
    started a topic Adding 10 min to a time

    Adding 10 min to a time

    This is a little more frustrating than i thought it would be.
    What i'm trying to do is just add 10 min to an already existing time.

    The scenario: Scheduling
    A student is partaking in various activities throught the day
    They can do multiple events in one day but a 10 min must be added on the end of each event to account for the 'walking' time to the next event.
    Each activity is 15 min long.
    Another...
    See more | Go to post
No activity results to display
Show More
Working...