Hi all, Fairly new to Access VBA and i cant for the life of me figure this out or find anything through searches on google/this site that cover my specific problem.
I have a form that when the save button is clicked adds a new line to a table based on the fields completed within the form.
the bit im having trouble with is that when this saves i want it to poulate an additional column based on the form fields completed but have no idea how to start.
So i want form field "End_Time2 subtracted from form filed "Start_Time" to give me the new table field "Hours_Used".
both form fileds are formatted as short date and table field as date/time
Thanks
I have a form that when the save button is clicked adds a new line to a table based on the fields completed within the form.
the bit im having trouble with is that when this saves i want it to poulate an additional column based on the form fields completed but have no idea how to start.
So i want form field "End_Time2 subtracted from form filed "Start_Time" to give me the new table field "Hours_Used".
both form fileds are formatted as short date and table field as date/time
Thanks