In my jobs table, I have job_no which is the primary key and auto increment
When we select to export a job as an xml file, it saves it as job.xml, is there a way I can get it to export and save as the job_no.xml, so it would be like 1033223.xml?
Cheers
Paul