On a textbox "date" i use me.txtDate = Now () which displays the current date and time in the format dd/mm/yyyy hh/mm/ss am pm
i would like this to be displayed without separators as ddmmyyhhmmss and a constant suffix
eg todays date is 18/05/17 2:37:12 PM i want it displayed as "180517023712 YES"
is there a way that this can be done