E
Elizabeth
I have one table named Jobs and one named Customers. We sometimes build
more than one job per customer and occasionally have more than one customer
per job. I have created a join table to permit the many-to-many relationship.
The problem I have is that I can only have one autonumber per table.
The JobID is text due to how we name our jobs. However, I need to have
unique numbers for both the CustomerID and the CustomerJobID.
If anyone has any suggestions on how to accommodate this, I would
HIGHLY appreciate it. I am at a complete loss as to how to fix this.
more than one job per customer and occasionally have more than one customer
per job. I have created a join table to permit the many-to-many relationship.
The problem I have is that I can only have one autonumber per table.
The JobID is text due to how we name our jobs. However, I need to have
unique numbers for both the CustomerID and the CustomerJobID.
If anyone has any suggestions on how to accommodate this, I would
HIGHLY appreciate it. I am at a complete loss as to how to fix this.