Ezy Filter 2.0 Now includes reports! Easily filter any form or report on the fly.
Table Warehouse 1.0 The ultimate source for pre-designed Access tables. Subscriber Tip:Add your own tables to Table Warehouse. Export tables from your databases to tblwh97.mda or tblwh2k.mdain the normal way. When you run the add-in it will display all tables in the .mda in the table import list.
Super Switchboard 1.0 Super Switchboard is an explorer-like popup switchboard that automatically replaces the standard Access Switchboard.
'--------------------------------------------------- ' This function accepts a time interval and returns ' a value, such as "55:23" for 55 hours and 23 minutes. '---------------------------------------------------
Function HoursMinutes(Hour As Variant) As Variant Dim Hrs As Long, Mins As Integer
If IsNull(Hour) Then ______HoursMinutes = Null Else ______Hrs = Int(Hour * 24) ______Mins = CInt((Hour * 24 - Hrs) * 60) ______If Mins = 60 Then ____________Mins = 0 ____________Hrs = Hrs + 1 ______End If ______HoursMinutes = Hrs & ":" & Format(Mins, "00") End If
End Function
Store the function in a module, which you can use, for example, to calculate the total of a worker's daily hours as set in this query:
This newsletter may contain links to sites on the Internet which are owned and operated by third parties. AAD CONSULTING is not responsible for the content of any such third-party site.
Any files are provided "as is", without warranty of any kind. AAD CONSULTING does not assume any liability for use or the consequences of use.
To unsubscribe from this mailing list, enter your email address: