Re: autonumber..........aarrggghhh
If you have a form where you create the jobs, you can use the DMax function to create an automatically increasing number.
You need toset up an extra fiedl to contain the job number.
In the forms BeforeInsert vent, enter the following:
MyField =...