G
Guest
Access 2000 - I am new to programming in Access. I need to return an amount of time calculated on the starttime and endtime on a form based on a table. The first field is StartTime, the second field is EndTime, both formated to MedTime. The third field is Minutes formated to ShortTime. I put a function in the Minutes contol OnEnter property as follows: =Format([StartTime] -1 -[EndTime], "Short Time"). I typed 1:00 in StartTime, tabbed and put 1:05 in EndTime, tabbed to Minutes and nothing happens. What am I doing wrong
Thank you
Thank you