A
Annelie
I have a going database for a contractor which tracks jobcost, mostly from
imported data from QuickBooks, but actual payroll is also entered.
Everything is working quite well.
The client is using Act to track bids for new jobs, and eventually some bids
gets turned into a job. Since detail information about the job is held in
Access, I want to add the bid part to the access database and abandon Act.
But I am not sure how to set up the bid table. In Act, the bid is tracked by
name and when a bid turns into a job, the job number is added in the job
number field and the job is moved from the bid group to the jobs group.
In access, I don't think it is a good idea to track the job by name, perhaps
an autonumber field could be the primary key.
I thought perhaps to have a job number field in the table and when that
field is filled, it will trigger a macro which will add the job to the jobs
table and delete it from the bids table. Is that a good approach?
Annelie
imported data from QuickBooks, but actual payroll is also entered.
Everything is working quite well.
The client is using Act to track bids for new jobs, and eventually some bids
gets turned into a job. Since detail information about the job is held in
Access, I want to add the bid part to the access database and abandon Act.
But I am not sure how to set up the bid table. In Act, the bid is tracked by
name and when a bid turns into a job, the job number is added in the job
number field and the job is moved from the bid group to the jobs group.
In access, I don't think it is a good idea to track the job by name, perhaps
an autonumber field could be the primary key.
I thought perhaps to have a job number field in the table and when that
field is filled, it will trigger a macro which will add the job to the jobs
table and delete it from the bids table. Is that a good approach?
Annelie