J
Jay
Hi, I posted a request yesterday, but it didn't seem to go through, so here
we go again. Any help will be greatly appreciated.
I have the following table(MS2003):
tJobNos
JobNos - num / PK
BatchNo - txt
BatchDate - dtm
OrderNo - txt
OrderDate - txt
TyreID - txt / FK
PattAskID - num / FK
PattGet - num / FK
etc.
My DB's main function is to track smooth tyres that get sent to the factory
for retreading. These tyres get written up in a Job Ticket Book where each
Ticket has a pre-determned number, and each book has a set amount of tickets,
ie 7100401-7100500.
I would like to load the complete job ticket book once off, and afterwards
(as the tyres get written up) add the rest of the record info for that
particular Job Ticket.
There are two reasons for doing this: 1) to avoid duplicates, and 2) to
ensure that every single job ticket gets captured so that none gets
overlooked/skipped.
Any insight would be greatly appreciated
we go again. Any help will be greatly appreciated.
I have the following table(MS2003):
tJobNos
JobNos - num / PK
BatchNo - txt
BatchDate - dtm
OrderNo - txt
OrderDate - txt
TyreID - txt / FK
PattAskID - num / FK
PattGet - num / FK
etc.
My DB's main function is to track smooth tyres that get sent to the factory
for retreading. These tyres get written up in a Job Ticket Book where each
Ticket has a pre-determned number, and each book has a set amount of tickets,
ie 7100401-7100500.
I would like to load the complete job ticket book once off, and afterwards
(as the tyres get written up) add the rest of the record info for that
particular Job Ticket.
There are two reasons for doing this: 1) to avoid duplicates, and 2) to
ensure that every single job ticket gets captured so that none gets
overlooked/skipped.
Any insight would be greatly appreciated