A ticket is associated with 1 Job
A Car is a device
A Job may involve 1 or many Devices
How about Ticket 1 Job can have 1 Ticket or 1 Job may have 1 or Many Tickets?
Code:
There is no validation behind the form to stop the user from entering commas.
That isn't my point exactly. If the user enters multiple values, you need code to separate those values. If your tables are structured properly(normalized) then you would see why this code is needed.
Do you have anything in your relationships window? if so, please do a print/screen and capture the imahge , then post it.
Good luck.