L
Lisa
I am trying to figure out the best way to set up a
database for a small Plumbing business. I want the
database to include a table of all call records of all
calls coming in, but then convert the ones that are
actually turned into jobs, the customer general info to a
customer table, then the job info to a job table for that
customer. How can I accomplish this? In other words,
several records from one table needs to be split to go
into two different tables.
database for a small Plumbing business. I want the
database to include a table of all call records of all
calls coming in, but then convert the ones that are
actually turned into jobs, the customer general info to a
customer table, then the job info to a job table for that
customer. How can I accomplish this? In other words,
several records from one table needs to be split to go
into two different tables.