A
Annelie
This is so simple, but it does not work. I work mostly with imported data.
But I had one field (EstimatedCosttoComplete) in my table budget, where I
could add data manually. Of course after each import, my one field is blank
because the import wipes it out. So I put it into a separate table, which
has only two fields, JobNo and EstimatedCosttoComplete.
When I join the two table by JobNo
LEFT JOIN TblCosttoComplete ON Budgets.JobNo = TblCosttoComplete.JobNo
I cannot add data. I tried all kind of joins, but I can't get it to let me
add data.
Help
Annelie
But I had one field (EstimatedCosttoComplete) in my table budget, where I
could add data manually. Of course after each import, my one field is blank
because the import wipes it out. So I put it into a separate table, which
has only two fields, JobNo and EstimatedCosttoComplete.
When I join the two table by JobNo
LEFT JOIN TblCosttoComplete ON Budgets.JobNo = TblCosttoComplete.JobNo
I cannot add data. I tried all kind of joins, but I can't get it to let me
add data.
Help
Annelie