Not sure if I should haev put this in the Newbie forum or this, since this talks about DBs.
Anyways, I have a simple question:
If I have a table with "client info" (like names, numbers, emails, and contact information in general) and I have a table called "jobs" which holds information from different jobs I have done. ie, How much was quoted, date of the contract signature, what the client asked for, what type of job it was...
How can I connect each job to the client? Like, if i have a jid (job id) of "1" how can I associate that with the cid (client id) of 3?
I'm not sure how to go about this. I'm sure it has to do with adding another field in one of the DBs, so yeah. Any help?