The database I'm working on will store information about our customers, the work orders that contain each job's processes, and eventually estimating and invoicing. Since the same customer has multiple jobs, the work order has to have it's own unique identifier. I can't use an auto-number field because the job ticket (work order) table relates to the job processes table which holds the individual processes for each job ticket. I don't know of any way to make it easy for the user to either come up with a unique job number or automatically generate that information. This will be used in a multiple users on four workstations. I'm so close to having a great tool to help the company I work for. I hope someone can help me, and I thank any one in advance who tries! <br>
<br>
<br>