G
Guest
I also posted this to Queries by accident::
This piece of code in my module records the date someone deletes a record by
writting it to a table.. Could you please help me add the time to this format.
lCriteria = lCriteria & "#" & Format$(Date, "mm/dd/yyyy") & "# AS tDate "
Thanks
This piece of code in my module records the date someone deletes a record by
writting it to a table.. Could you please help me add the time to this format.
lCriteria = lCriteria & "#" & Format$(Date, "mm/dd/yyyy") & "# AS tDate "
Thanks