Hello and thanks to the volunteers helping out here!
I want to generate an issue number using the date and time, with format yyyymmdd-hhnn.
In my table "Activity Description" I have three fields:
[IssueNumber] to be populated once concatenation works,
[DateInitiated] short text data type, format yyyy-mm-dd with default value =(Now()), showing a date picker for dates
[TimeInitiated] short text data type, short time format, default value =Time$()
What I want to happen is that, when a form is populated and then saved, the system date and time will be recorded in the fields above and also concatenate to make an IssueNumber, which will then also be stored in the table.
1) How do I make this work? Currently I am getting the following in my query:

2) Is this the best way to do what I want?