I want to trap the current date and time it then gets used as the transaction date time stamp which is used many times requiring a variety of formatting needed for display and some file exports. But if I do the following dteNow contains the current date but the time is 00:00:00. How can I hold the date and time? Dim dteNow as Date dteNow = Date K.