First, I'm running Windows 7 and working in Access 2007.
I'm new at VBA programming and creating Modules so I'd like to ask for some help with creating a Module that caculates the difference between times and then populates a field in the Table, the Form and the Report.
The reason that I'm asking for help creating a Module for this is that I've tried using the datediff() function, and also combining it with the format()...