CoffeeGuru
Registered User.
- Local time
- Today, 12:22
- Joined
- Jun 20, 2013
- Messages
- 121
Hi and apologies if this is not in the correct area.
I have the following built in access macro
this works fine but I need to add a column into the exported file that does not exist in Access - basically a concatenation of my Customer ID and the current Date Stamp (in Microsoft format)
eg customer number = 12345
current date time = 05/04/2016 = 42465
to create a Job reference number of 1234542465
Any ideas how I can do this so that the last column in my excel sheet contains this as JobRefNo
I have the following built in access macro
Code:
[B]ExportWithFormatting[/B]
Object Type Form
Object Name My List
Output Format Excel Workbook (*.xlsx)
Output File
Auto Start Yes
Template File
Encoding
Output Quality Print
eg customer number = 12345
current date time = 05/04/2016 = 42465
to create a Job reference number of 1234542465
Any ideas how I can do this so that the last column in my excel sheet contains this as JobRefNo